aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-01-06 16:56:37 -0800
committerEric Kunze <eric.kunze@arm.com>2023-03-07 22:50:35 +0000
commit2fc810ef10cc5b8dd251b1e22be625f9b95e4352 (patch)
treee25125dd89e7420d4bc01dfeff948b4c1ea8f1bd
parent8f7688d719bad4bd5c71a5ab6e0d05929a9fc045 (diff)
downloadspecification-2fc810ef10cc5b8dd251b1e22be625f9b95e4352.tar.gz
Add int48 to the supported types for CONST
Needed to supply bias for 16-bit convolutions Change-Id: Iad027bf755ed2b1a530d4964288c86ec19070e6f
-rw-r--r--tosa.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tosa.xml b/tosa.xml
index 43f7908..d5fa185 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -2196,6 +2196,7 @@ used.</description>
<typesupport mode="signed 8" out_t="int8_t" />
<typesupport mode="signed 16" out_t="int16_t" />
<typesupport mode="signed 32" out_t="int32_t" />
+ <typesupport mode="signed 48" out_t="int48_t" />
<typesupport mode="fp16" out_t="fp16_t" >
<profile name="MI"/>
<profile name="MT"/>