blob: 8a2ccaea2e32b223e4177ce2cf387d06845fa009 [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
7 Pool2dAttribute = 1
8 Conv2dAttribute = 2
9 TransposeConv2dAttribute = 3
10 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