// // automatically generated by the FlatBuffers compiler, do not modify // namespace sd.graph { public enum ExecutionMode : sbyte { SEQUENTIAL = 0, STRICT = 1, AUTO = 2, }; }