From 56811e6d3c62ae017f6eb298fb553f7d1e77cc96 Mon Sep 17 00:00:00 2001 From: Johan Alfven Date: Mon, 27 Mar 2023 11:33:50 +0200 Subject: 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 --- SUPPORTED_OPS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'SUPPORTED_OPS.md') 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 -- cgit v1.2.1