aboutsummaryrefslogtreecommitdiff
path: root/python/serializer/tosa_serializer.py
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-05-25 17:52:29 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-05-26 08:57:22 +0100
commit4102773d83e236448130b43b1747621ace00160f (patch)
tree9793b7fefa267bed1c8b5c24ccc3182a60b64724 /python/serializer/tosa_serializer.py
parent44c11203d7ab5305af8edd6d6cc5e70fd4f1fb72 (diff)
downloadserialization_lib-4102773d83e236448130b43b1747621ace00160f.tar.gz
Add support for uint16_t
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ieab5c56db49549726dd5efb0d9b728713fc6f86a
Diffstat (limited to 'python/serializer/tosa_serializer.py')
-rw-r--r--python/serializer/tosa_serializer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/serializer/tosa_serializer.py b/python/serializer/tosa_serializer.py
index b29f963..660619b 100644
--- a/python/serializer/tosa_serializer.py
+++ b/python/serializer/tosa_serializer.py
@@ -53,6 +53,7 @@ DTypeNames = [
"INT32",
"INT48",
"FLOAT",
+ "UINT16",
]
ByteMask = np.uint64(0xFF)