cavis/libnd4j/include/graph/generated/nd4j/graph/ExecutionMode.cs

17 lines
221 B
C#

// <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,
};
}