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