From f418e832ffd5a10f549aa07a0c9c59406a374ffe Mon Sep 17 00:00:00 2001 From: Johan Alfven Date: Mon, 13 Nov 2023 10:23:32 +0100 Subject: MLBEDSW-8317: Add semantic checks for Transpose - Added semantic checks for Transpose - Added unit tests for semantic checks - Updated SUPPORTED_OPS.md Change-Id: I3fcf13120f4b6811f8de27711996cdb9c19c9847 Signed-off-by: Johan Alfven --- SUPPORTED_OPS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'SUPPORTED_OPS.md') diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md index ceb02051..fd5e478b 100644 --- a/SUPPORTED_OPS.md +++ b/SUPPORTED_OPS.md @@ -19,7 +19,7 @@ limitations under the License. # Supported Ops This file was automatically generated by Vela using the `--supported-ops-report` parameter. -Vela version: `3.9.1.dev21+gb724cdb.d20231107` +Vela version: `3.10.0rc2.dev0+ga8fda88.d20231113` This file complies with [**Gitiles Markdown syntax**](https://gerrit.googlesource.com/gitiles/+/HEAD/Documentation/markdown.md) @@ -410,6 +410,8 @@ This is a list of constraints that the SUB operator must satisfy in order to be This is a list of constraints that the TRANSPOSE operator must satisfy in order to be scheduled on the NPU. +- Permutation array must be a 1D tensor with RANK(IFM) elements +- Permutation array must have constant values in the range [0, RANK(IFM)) - The following shape/permutations are supported for transpose: When ifm rank is 2: WxC -> CxW When ifm rank is 3: HxWxC -> WxHxC, 1xWxC -> 1xCxW, Hx1xC -> Cx1xH -- cgit v1.2.1