// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace sd.graph
{
public enum OutputMode : sbyte
IMPLICIT = 0,
EXPLICIT = 1,
EXPLICIT_AND_IMPLICIT = 2,
VARIABLE_SPACE = 3,
OPTIMIZED = 4,
};
}