blob: ffdfd329db5d64de5400620f1114c810d9fd2f88 [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 QuantInfo(object):
6 NONE = 0
7 UnaryQuantInfo = 1
8 ConvQuantInfo = 2
9 MatMulQuantInfo = 3
10 PadQuantInfo = 4
11