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

17 lines
219 B
C#
Raw Normal View History

2019-06-06 14:21:15 +02:00
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace sd.graph
2019-06-06 14:21:15 +02:00
{
public enum ExecutionMode : sbyte
{
SEQUENTIAL = 0,
STRICT = 1,
AUTO = 2,
};
}