aboutsummaryrefslogtreecommitdiff
path: root/python/tosa/Attribute.py
blob: 6abdcfbec0fc74126962738e87401501847333ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# automatically generated by the FlatBuffers compiler, do not modify

# namespace: tosa

class Attribute(object):
    NONE = 0
    PoolAttribute = 1
    ConvAttribute = 2
    TransposeConvAttribute = 3
    PadAttribute = 4
    AxisAttribute = 5
    ResizeAttribute = 6
    ClampAttribute = 7
    RescaleAttribute = 8
    MulAttribute = 9
    ArithmeticRightShiftAttribute = 10
    CondIfAttribute = 11
    WhileLoopAttribute = 12
    TransposeAttribute = 13
    TableAttribute = 14
    MatMulAttribute = 15
    FullyConnectedAttribute = 16
    NegateAttribute = 17
    CustomAttribute = 18
    FFTAttribute = 19
    RFFTAttribute = 20