blob: 25ade44dbe02ac6f299c3eab1deba55a9dd1e949 [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
Eric Kunze497ab5d2022-10-21 16:39:01 -070027 CustomAttribute = 21
Luke Hutton5e268092023-01-12 22:20:53 +000028 FFTAttribute = 22