aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2024-04-11 14:41:03 -0700
committerEric Kunze <eric.kunze@arm.com>2024-04-15 18:37:44 -0700
commit02a0849d78adf9caaaf7923b5e62e94ad3ea347c (patch)
tree795ccadc9775e5691c898f61051cf8c2f990f727
parentfedfb6091a0d3ffa7b0dcf945af91123f84c7ee1 (diff)
downloadspecification-02a0849d78adf9caaaf7923b5e62e94ad3ea347c.tar.gz
Remove int48 as valid accumulator for AVG_POOL2D
It was never listed in the supported data type table, so it isn't a valid option for the acc_type. Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I07021a4e36f321dfb7b493fe727d337b364b2ebb
-rw-r--r--tosa.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tosa.xml b/tosa.xml
index 15db62b..be25eca 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -92,7 +92,7 @@
<rank min="1" max="1"/>
</argument>
<argument category="attribute" name="acc_type" type="tensor_t" shape="-" tensor-element-type="acc_type_t">
- <description>Enumerated type, must be one of INT32, INT48, FP16, FP32, as defined in the Supported Data Types table for this operation</description>
+ <description>Enumerated type, must be one of INT32, FP16, FP32, as defined in the Supported Data Types table for this operation</description>
<rank min="0" max="0"/>
</argument>
<argument category="attribute" name="input_zp" type="tensor_t" shape="-" tensor-element-type="in_out_t">