aboutsummaryrefslogtreecommitdiff
path: root/python/tosa/DType.py
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2022-10-18 17:27:40 +0100
committerJames Ward <james.ward@arm.com>2022-10-26 11:57:21 +0100
commit34a627959a61b4eccbeea4400cf9684debb331dc (patch)
tree7b6be68e49010f9a621c8e8f67f55163a534fe69 /python/tosa/DType.py
parente1072a9ed871fd474e7b09b7a74ae7be5f0a6f78 (diff)
downloadserialization_lib-34a627959a61b4eccbeea4400cf9684debb331dc.tar.gz
BF16 support in TOSA serialization
Change-Id: I98072019e3dbbf1eab0bc95f74a4546ed82519db Signed-off-by: James Ward <james.ward@arm.com>
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