blob: ec0c7b0763dab4a8ef67ecb4b3bb89a807e0b3ae [file] [log] [blame]
Eric Kunze2364dcd2021-04-26 11:06:57 -07001# automatically generated by the FlatBuffers compiler, do not modify
2
Eric Kunze2364dcd2021-04-26 11:06:57 -07003# namespace: tosa
4
5class Attribute(object):
6 NONE = 0
Kevin Cheng79a41992021-08-31 16:04:40 -07007 PoolAttribute = 1
8 ConvAttribute = 2
9 TransposeConvAttribute = 3
Kevin Cheng38d214c2021-10-15 15:49:19 -070010 PadAttribute = 4
Eric Kunze2364dcd2021-04-26 11:06:57 -070011 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
Kevin Cheng38d214c2021-10-15 15:49:19 -070022 TransposeAttribute = 16
23 TableAttribute = 17
Eric Kunzebdcc3fe2022-06-07 05:17:37 +000024 MatMulAttribute = 18
25 FullyConnectedAttribute = 19
26 NegateAttribute = 20