blob: b26ef4837beba7dd451e52067832418b398fc268 [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 Attribute(object):
6 NONE = 0
Patrik Gustavsson85f61172021-10-01 08:15:06 +02007 PoolAttribute = 1
8 ConvAttribute = 2
9 TransposeConvAttribute = 3
Patrik Gustavsson8f1f9aa2021-06-28 07:41:58 +020010 ReluNAttribute = 4
11 AxisAttribute = 5
12 ReshapeAttribute = 6
13 SliceAttribute = 7
14 TileAttribute = 8
15 ResizeAttribute = 9
16 ClampAttribute = 10
17 RescaleAttribute = 11
18 MulAttribute = 12
19 ArithmeticRightShiftAttribute = 13
20 CondIfAttribute = 14
21 WhileLoopAttribute = 15
22