aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tosa/DType.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/tosa/DType.py')
-rw-r--r--ethosu/vela/tosa/DType.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/ethosu/vela/tosa/DType.py b/ethosu/vela/tosa/DType.py
new file mode 100644
index 00000000..65432dbf
--- /dev/null
+++ b/ethosu/vela/tosa/DType.py
@@ -0,0 +1,15 @@
+# automatically generated by the FlatBuffers compiler, do not modify
+
+# namespace: tosa
+
+class DType(object):
+ UNKNOWN = 0
+ BOOL = 1
+ UINT8 = 2
+ INT4 = 3
+ INT8 = 4
+ INT16 = 5
+ INT32 = 6
+ INT48 = 7
+ FLOAT = 8
+