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

19 lines
272 B
C#

// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace nd4j.graph
{
public enum OutputMode : sbyte
{
IMPLICIT = 0,
EXPLICIT = 1,
EXPLICIT_AND_IMPLICIT = 2,
VARIABLE_SPACE = 3,
OPTIMIZED = 4,
};
}