Files
tinyengine/code_generator/tflite/MirrorPadMode.py
RaymondWang0 c71768bb55 initial commit
2022-08-26 17:42:09 +00:00

9 lines
155 B
Python

# automatically generated by the FlatBuffers compiler, do not modify
# namespace: tflite
class MirrorPadMode(object):
REFLECT = 0
SYMMETRIC = 1