aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tosa/QuantInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/tosa/QuantInfo.py')
-rw-r--r--ethosu/vela/tosa/QuantInfo.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/ethosu/vela/tosa/QuantInfo.py b/ethosu/vela/tosa/QuantInfo.py
new file mode 100644
index 00000000..ffdfd329
--- /dev/null
+++ b/ethosu/vela/tosa/QuantInfo.py
@@ -0,0 +1,11 @@
+# automatically generated by the FlatBuffers compiler, do not modify
+
+# namespace: tosa
+
+class QuantInfo(object):
+ NONE = 0
+ UnaryQuantInfo = 1
+ ConvQuantInfo = 2
+ MatMulQuantInfo = 3
+ PadQuantInfo = 4
+