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

18 lines
239 B
C#

// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace nd4j.graph
{
public enum ProfilingMode : sbyte
{
NONE = 0,
NAN_PANIC = 1,
INF_PANIC = 2,
ANY_PANIC = 3,
};
}