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

20 lines
265 B
C#

// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace sd.graph
{
public enum OpClass : sbyte
{
TRANSFORM = 0,
REDUCTION = 1,
MULTIPLICATOR = 2,
GRAPH = 3,
CONDITIONAL = 4,
LOOP = 5,
};
}