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

13 lines
219 B
Python

# automatically generated by the FlatBuffers compiler, do not modify
# namespace: graph
class OpClass(object):
TRANSFORM = 0
REDUCTION = 1
MULTIPLICATOR = 2
GRAPH = 3
CONDITIONAL = 4
LOOP = 5