cavis/libnd4j/include/graph/generated/nd4j/graph/ExecutionMode.py

10 lines
167 B
Python
Raw Normal View History

2019-06-06 14:21:15 +02:00
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: graph
class ExecutionMode(object):
SEQUENTIAL = 0
STRICT = 1
AUTO = 2