aboutsummaryrefslogtreecommitdiff
path: root/SUPPORTED_OPS.md
diff options
context:
space:
mode:
authorJohan Alfvén <johan.alfven@arm.com>2022-10-27 16:30:01 +0200
committerTim Hall <tim.hall@arm.com>2022-11-03 16:35:22 +0000
commit9d51ec41855a8be21bd0708c882d121e5bb5afcc (patch)
tree69d5fa0d2da78c9df2ccc0999756b4a9e8368901 /SUPPORTED_OPS.md
parent92cd33b7adbb799b6593d49f1d29c13a85933e55 (diff)
downloadethos-u-vela-9d51ec41855a8be21bd0708c882d121e5bb5afcc.tar.gz
MLBEDSW-7074: Updated reference kernel for the MEAN op
The reference kernel for the MEAN operator has changed. As a result, the mean implementation can be simplified and the constraint for mean int8 can be removed. Signed-off-by: Johan Alfven <johan.alfven@arm.com> Change-Id: I318e9b495eefea99e7ac4aea4b8c436c83753405
Diffstat (limited to 'SUPPORTED_OPS.md')
-rw-r--r--SUPPORTED_OPS.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md
index 2efd017c..d1814a64 100644
--- a/SUPPORTED_OPS.md
+++ b/SUPPORTED_OPS.md
@@ -1,7 +1,7 @@
# Supported Ops
This file was automatically generated by Vela using the `--supported-ops-report` parameter.
-Vela version: `3.6.0rc1.dev18+g6ef0230.d20221018`
+Vela version: `3.6.0rc1.dev37+g53605be.d20221027`
This file complies with
[**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md)
@@ -212,12 +212,6 @@ This is a list of constraints that the MEAN operator must satisfy in order to be
- Product of height and width must be no greater than 4096 when:
IFM and OFM have different scale or zero point; or
'keep_dims' is True
-- Product of IFM height and width must be no greater than 256 when:
- The IFM shape has 4 dimensions; and
- The axis indices specify reduction across 2 dimensions; and
- The axis indices correspond to the width and height dimensions of the IFM; and
- 'keep_dims' is True; and
- IFM datatype is int8
- For single axis averages across the height dimension:
IFM height must be no greater than 256 if the IFM and OFM scale and zero point match; otherwise
IFM height must be no greater than 64 if the IFM and OFM scale or zero point do not match