18 lines
239 B
C#
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,
|
|
};
|
|
|
|
|
|
}
|