# automatically generated by the FlatBuffers compiler, do not modify

# namespace: tflite

class MirrorPadMode(object):
    REFLECT = 0
    SYMMETRIC = 1

