summaryrefslogtreecommitdiff
path: root/tools/tflitefile_tool/tflite/TensorType.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tflitefile_tool/tflite/TensorType.py')
-rw-r--r--tools/tflitefile_tool/tflite/TensorType.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/tflitefile_tool/tflite/TensorType.py b/tools/tflitefile_tool/tflite/TensorType.py
new file mode 100644
index 000000000..e375c65ee
--- /dev/null
+++ b/tools/tflitefile_tool/tflite/TensorType.py
@@ -0,0 +1,15 @@
+# automatically generated by the FlatBuffers compiler, do not modify
+
+# namespace: tflite
+
+
+class TensorType(object):
+ FLOAT32 = 0
+ FLOAT16 = 1
+ INT32 = 2
+ UINT8 = 3
+ INT64 = 4
+ STRING = 5
+ BOOL = 6
+ INT16 = 7
+ COMPLEX64 = 8