aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-03-21 08:17:54 -0700
committerEric Kunze <eric.kunze@arm.com>2023-03-21 08:17:54 -0700
commit6577bcd5e7ba3a053ba8fcb7a41df5fae6c9651b (patch)
treed1a4fdb7bba4fc200b7fe870fb04a344f5d24387
parent67a6f7f26f092860a4e1b3f6ac0c2e5cde9bf685 (diff)
downloadspecification-6577bcd5e7ba3a053ba8fcb7a41df5fae6c9651b.tar.gz
Fix typo in TILE attributes
multiplies -> multiples Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: Iab407332a4f34ad658f7c7618f5811d120f21b80
-rw-r--r--tosa.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tosa.xml b/tosa.xml
index 00012ad..7fb641d 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -1825,7 +1825,7 @@ used.</description>
<argument category="input" name="input1" type="in_out_t*" shape="shape1">
<description>Input tensor with minimum rank of one.</description>
</argument>
- <argument category="attribute" name="multiplies" type="int32_t" shape="[rank(shape1)]">
+ <argument category="attribute" name="multiples" type="int32_t" shape="[rank(shape1)]">
<description>Number of times to replicate input1 in each dimension</description>
</argument>
<argument category="output" name="output" type="in_out_t*" shape="shape">