aboutsummaryrefslogtreecommitdiff
path: root/python/tosa/QuantInfo.py
blob: ffdfd329db5d64de5400620f1114c810d9fd2f88 (plain)
1
2
3
4
5
6
7
8
9
10
11
# automatically generated by the FlatBuffers compiler, do not modify

# namespace: tosa

class QuantInfo(object):
    NONE = 0
    UnaryQuantInfo = 1
    ConvQuantInfo = 2
    MatMulQuantInfo = 3
    PadQuantInfo = 4