aboutsummaryrefslogtreecommitdiff
path: root/SUPPORTED_OPS.md
diff options
context:
space:
mode:
authorJohan Alfven <johan.alfven@arm.com>2023-03-27 11:33:50 +0200
committerFredrik Svedberg <fredrik.svedberg@arm.com>2023-03-31 12:46:51 +0000
commit56811e6d3c62ae017f6eb298fb553f7d1e77cc96 (patch)
tree26a9fb07ffa51a8cb6bf6d64cf50871d2cccfc17 /SUPPORTED_OPS.md
parent72c6a2414205e033279f80b622cdf479c05a4f5b (diff)
downloadethos-u-vela-56811e6d3c62ae017f6eb298fb553f7d1e77cc96.tar.gz
MLBEDSW-7439: Add support for input dims < 4 for ArgMax
- Updated ARG_MAX to support IFM rank less than 4 - Regenerated SUPPORTED_OPS.md Change-Id: Icd8e72733279413cbea49021325e1ab06fdc6011 Signed-off-by: Johan Alfven <johan.alfven@arm.com>
Diffstat (limited to 'SUPPORTED_OPS.md')
-rw-r--r--SUPPORTED_OPS.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md
index 6f6167d2..ba5b7919 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.7.1.dev8+ga182a70.d20230322`
+Vela version: `3.7.1.dev10+g521c494`
This file complies with
[**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md)
@@ -101,7 +101,6 @@ This is a list of constraints that the ADD operator must satisfy in order to be
This is a list of constraints that the ARG_MAX operator must satisfy in order to be scheduled on the NPU.
- IFM must be int8 or uint8
-- Number of input dimensions must be 4
- Operation must be performed along the depth axis
- IFM depth must be no greater than 127