aboutsummaryrefslogtreecommitdiff
path: root/python/tosa/DType.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tosa/DType.py')
-rw-r--r--python/tosa/DType.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/python/tosa/DType.py b/python/tosa/DType.py
index ad9048b..e585cb9 100644
--- a/python/tosa/DType.py
+++ b/python/tosa/DType.py
@@ -11,6 +11,10 @@ class DType(object):
INT16 = 5
INT32 = 6
INT48 = 7
- FLOAT = 8
+ FP32 = 8
UINT16 = 9
-
+ FP16 = 10
+ BF16 = 11
+ SHAPE = 12
+ FP8E4M3 = 13
+ FP8E5M2 = 14