aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tflite/SparseIndexVector.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/tflite/SparseIndexVector.py')
-rw-r--r--ethosu/vela/tflite/SparseIndexVector.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/ethosu/vela/tflite/SparseIndexVector.py b/ethosu/vela/tflite/SparseIndexVector.py
new file mode 100644
index 00000000..e2c9db78
--- /dev/null
+++ b/ethosu/vela/tflite/SparseIndexVector.py
@@ -0,0 +1,9 @@
+# automatically generated by the FlatBuffers compiler, do not modify
+
+# namespace: tflite
+
+class SparseIndexVector(object):
+ NONE = 0
+ Int32Vector = 1
+ Uint16Vector = 2
+ Uint8Vector = 3