16 lines
194 B
C#
16 lines
194 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace nd4j.graph
|
|
{
|
|
|
|
public enum ByteOrder : sbyte
|
|
{
|
|
LE = 0,
|
|
BE = 1,
|
|
};
|
|
|
|
|
|
}
|