aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-01-04 16:18:43 -0800
committerEric Kunze <eric.kunze@arm.com>2023-02-06 19:02:42 +0000
commit87bf309c606ad9bc3c51980ca656885397e6fb39 (patch)
tree28f4e31ba2be8d9fe3785120432ef21d76953064
parentc386a052b8e1cd109ab4888c87cd3073a74edaa2 (diff)
downloadspecification-87bf309c606ad9bc3c51980ca656885397e6fb39.tar.gz
Add accumulator size attribute to AVG_POOL2D
The accumulator size cannot be determined from the current signature, so a new attribute is needed to describe the possible accumulator sizes. Change-Id: I6de81b9ef2bb62a1ca726866f6561c6ae44904aa
-rw-r--r--tosa.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tosa.xml b/tosa.xml
index 8963d7c..811513a 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -68,6 +68,9 @@
<levellimit value="pad_left" limit="MAX_KERNEL"/>
<levellimit value="pad_right" limit="MAX_KERNEL"/>
</argument>
+ <argument category="attribute" name="acc_size" type="acc_t" shape="-">
+ <description>Enumerated type, must be one of INT32, FP16, FP32, as defined in the Supported Data Types table for this operation</description>
+ </argument>
<argument category="attribute" name="input_zp" type="in_out_t" shape="-">
<description>Input tensor zero point. Must be zero for non-int8 types.</description>
</argument>