aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tosa/Attribute.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/tosa/Attribute.py')
-rw-r--r--ethosu/vela/tosa/Attribute.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/ethosu/vela/tosa/Attribute.py b/ethosu/vela/tosa/Attribute.py
new file mode 100644
index 00000000..8a2ccaea
--- /dev/null
+++ b/ethosu/vela/tosa/Attribute.py
@@ -0,0 +1,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
+