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.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/ethosu/vela/tosa/DType.py b/ethosu/vela/tosa/DType.py
index 65432db..6df2dcb 100644
--- a/ethosu/vela/tosa/DType.py
+++ b/ethosu/vela/tosa/DType.py
@@ -11,5 +11,8 @@ class DType(object):
INT16 = 5
INT32 = 6
INT48 = 7
- FLOAT = 8
-
+ FP32 = 8
+ UINT16 = 9
+ FP16 = 10
+ BF16 = 11
+ SHAPE = 12