// // automatically generated by the FlatBuffers compiler, do not modify // namespace nd4j.graph { public enum ByteOrder : sbyte { LE = 0, BE = 1, }; }