// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace nd4j.graph
{
public enum ExecutionMode : sbyte
SEQUENTIAL = 0,
STRICT = 1,
AUTO = 2,
};
}