aboutsummaryrefslogtreecommitdiff
path: root/SUPPORTED_OPS.md
diff options
context:
space:
mode:
authorJohan Alfven <johan.alfven@arm.com>2023-11-13 10:23:32 +0100
committerJohan Alfven <johan.alfven@arm.com>2023-11-13 15:08:12 +0100
commitf418e832ffd5a10f549aa07a0c9c59406a374ffe (patch)
treeb91d152f48c346bee172a0f554deb0570956c44f /SUPPORTED_OPS.md
parenta8fda88bced0d11441467b6798885101d41ac8e9 (diff)
downloadethos-u-vela-f418e832ffd5a10f549aa07a0c9c59406a374ffe.tar.gz
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 <johan.alfven@arm.com>
Diffstat (limited to 'SUPPORTED_OPS.md')
-rw-r--r--SUPPORTED_OPS.md4
1 files changed, 3 insertions, 1 deletions
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