aboutsummaryrefslogtreecommitdiff
path: root/python/tosa/Attribute.py
blob: 166de8e678c3f7744498f28c26e68e1f711c816c (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
27
# 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
    ReshapeAttribute = 6
    SliceAttribute = 7
    TileAttribute = 8
    ResizeAttribute = 9
    ClampAttribute = 10
    RescaleAttribute = 11
    MulAttribute = 12
    ArithmeticRightShiftAttribute = 13
    CondIfAttribute = 14
    WhileLoopAttribute = 15
    TransposeAttribute = 16
    TableAttribute = 17
    MatMulAttribute = 18
    FullyConnectedAttribute = 19
    NegateAttribute = 20