blob: 65bcd5d7b83133acfc7affac97d354e89f7cc476 [file] [log] [blame]
Patrik Gustavsson8f1f9aa2021-06-28 07:41:58 +02001# automatically generated by the FlatBuffers compiler, do not modify
2
3# namespace: tosa
4
5class ResizeMode(object):
6 UNKNOWN = 0
7 NEAREST = 1
8 BILINEAR = 2
9