aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-04-06 11:37:05 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2023-04-06 11:37:05 +0100
commit9bb5f5dd6b3999e46eb32ee2a897cc643c86c96d (patch)
tree3feef48aadbacfc8116c6d0cd7879066b93f2a92
parentf28bd0a0946e339a4bbd50f9490d986ab8af022e (diff)
downloadspecification-9bb5f5dd6b3999e46eb32ee2a897cc643c86c96d.tar.gz
Add missing MAX_RANK to NEGATE
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ie75b0ea9c820fcd26602b9e143e06245a39b5a8b
-rw-r--r--tosa.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tosa.xml b/tosa.xml
index 6576db1..f7d865c 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -1256,6 +1256,7 @@
<arguments>
<argument category="input" name="input1" type="in_out_t*" shape="shape">
<description>Input tensor</description>
+ <levellimit value="rank(shape)" limit="MAX_RANK"/>
</argument>
<argument category="attribute" name="input1_zp" type="in_out_t" shape="-">
<description>Input 1 zero point. Must be zero for non-int8 types.</description>