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.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ethosu/vela/tflite/TensorType.py b/ethosu/vela/tflite/TensorType.py
index e0108818..a5235f45 100644
--- a/ethosu/vela/tflite/TensorType.py
+++ b/ethosu/vela/tflite/TensorType.py
@@ -15,4 +15,8 @@ class TensorType(object):
INT8 = 9
FLOAT64 = 10
COMPLEX128 = 11
+ UINT64 = 12
+ RESOURCE = 13
+ VARIANT = 14
+ UINT32 = 15