aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-10-30 14:14:15 -0700
committerEric Kunze <eric.kunze@arm.com>2023-11-03 17:14:58 -0700
commitf43fdce7f8984cbec1c4aa28b2199a1c99943ece (patch)
tree7aa08ca0a62298baa92ce4d8bfc228f5ca247e16
parent64d502d48674dd4bc0854a6883b797f7cf2cf24b (diff)
downloadspecification-f43fdce7f8984cbec1c4aa28b2199a1c99943ece.tar.gz
Fix description of CONST output
Previous description referred to nonexistant input tensor Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I162ab05ed1db7491ed29ddeabd3490e9ff7ee39b
-rw-r--r--tosa.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tosa.xml b/tosa.xml
index 9aacdfc..fa67c1c 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -2545,7 +2545,7 @@ used.</description>
<rank min="0" max="MAX_RANK"/>
</argument>
<argument category="output" name="output" type="tensor_t" shape="shape" tensor-element-type="out_t">
- <description>Output tensor of the same type, size as the input tensor</description>
+ <description>Output tensor</description>
<rank min="0" max="MAX_RANK"/>
</argument>
</arguments>