12 lines
222 B
Python
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
|
||
|
|