blob: ce7579d246d008034607be0f33e2ef886a0c0520 [file] [log] [blame]
Tim Hall79d07d22020-04-27 18:20:16 +01001# automatically generated by the FlatBuffers compiler, do not modify
2
3# namespace: tflite
4
5class MirrorPadMode(object):
6 REFLECT = 0
7 SYMMETRIC = 1
Jacob Bohlin8daf6b72020-09-15 16:28:35 +02008