aboutsummaryrefslogtreecommitdiff
path: root/tosa.xml
diff options
context:
space:
mode:
authorKevin Petit <kevin.petit@arm.com>2023-05-16 09:13:50 +0100
committerKevin Petit <kevin.petit@arm.com>2023-05-18 08:44:54 +0100
commit98b3e33a5590c3ff11f156997f8f2c45d8dc48e0 (patch)
tree5b550c8cdfc9ff887187d984a64f7c6c89485145 /tosa.xml
parentd7282186957676237717fbaadc4090a5af838cb3 (diff)
downloadspecification-98b3e33a5590c3ff11f156997f8f2c45d8dc48e0.tar.gz
Replace uint6_t with int8_t
Add REQUIRE statements to constrain the range where needed. Also fix a typo. Change-Id: I281e6249d8951b4cb3ff19eaf199660bed3feac9 Signed-off-by: Kevin Petit <kevin.petit@arm.com>
Diffstat (limited to 'tosa.xml')
-rw-r--r--tosa.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tosa.xml b/tosa.xml
index c11ad99..430f5fd 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -1052,7 +1052,7 @@
<description>Input tensor with the same rank as input1</description>
<rank min="0" max="MAX_RANK"/>
</argument>
- <argument category="input(MT)|attribute(BI,MI)" name="shift" type="uint6_t" shape="-">
+ <argument category="input(MT)|attribute(BI,MI)" name="shift" type="int8_t" shape="-">
<description>Result right shift (int32_t data type only)</description>
</argument>
<argument category="output" name="output" type="out_t*" shape="shape">
@@ -2338,7 +2338,7 @@ used.</description>
<description>Scaling multiplier array</description>
<rank min="1" max="1"/>
</argument>
- <argument category="input(MT)|attribute(BI,MI)" name="shift" type="uint6_t*" shape="[NC]">
+ <argument category="input(MT)|attribute(BI,MI)" name="shift" type="int8_t*" shape="[NC]">
<description>Scaling shift array</description>
<rank min="1" max="1"/>
</argument>