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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tosa/DType.py b/python/tosa/DType.py
index 89669b7..15da2f6 100644
--- a/python/tosa/DType.py
+++ b/python/tosa/DType.py
@@ -14,3 +14,4 @@ class DType(object):
FP32 = 8
UINT16 = 9
FP16 = 10
+ BF16 = 11