summaryrefslogtreecommitdiff
path: root/tools/tflitefile_tool/tflite/Padding.py
blob: b8b908c0c2140733fe51f12483d16e3ccde20a97 (plain)
1
2
3
4
5
6
7
8
# automatically generated by the FlatBuffers compiler, do not modify

# namespace: tflite


class Padding(object):
    SAME = 0
    VALID = 1