2019-06-06 15:21:15 +03:00

12 lines
222 B
Python

# automatically generated by the FlatBuffers compiler, do not modify
# namespace: graph
class OutputMode(object):
IMPLICIT = 0
EXPLICIT = 1
EXPLICIT_AND_IMPLICIT = 2
VARIABLE_SPACE = 3
OPTIMIZED = 4