# automatically generated by the FlatBuffers compiler, do not modify

# namespace: tflite


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