aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tflite/TensorType.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/tflite/TensorType.py')
-rw-r--r--ethosu/vela/tflite/TensorType.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ethosu/vela/tflite/TensorType.py b/ethosu/vela/tflite/TensorType.py
index 53c011bc..e0108818 100644
--- a/ethosu/vela/tflite/TensorType.py
+++ b/ethosu/vela/tflite/TensorType.py
@@ -13,3 +13,6 @@ class TensorType(object):
INT16 = 7
COMPLEX64 = 8
INT8 = 9
+ FLOAT64 = 10
+ COMPLEX128 = 11
+