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

17 lines
240 B
C#

// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace sd.graph
{
public enum Direction : sbyte
{
FORWARD_ONLY = 0,
FORWARD_AND_BACKWARD = 1,
BACKWARD_ONLY = 2,
};
}