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

# namespace: tosa

class Attribute(object):
    NONE = 0
    Pool2dAttribute = 1
    Conv2dAttribute = 2
    TransposeConv2dAttribute = 3
    ReluNAttribute = 4
    AxisAttribute = 5
    ReshapeAttribute = 6
    SliceAttribute = 7
    TileAttribute = 8
    ResizeAttribute = 9
    ClampAttribute = 10
    RescaleAttribute = 11
    MulAttribute = 12
    ArithmeticRightShiftAttribute = 13
    CondIfAttribute = 14
    WhileLoopAttribute = 15