aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-01-24 11:32:40 -0800
committerEric Kunze <eric.kunze@arm.com>2022-03-16 23:52:42 +0000
commit32c91b0216e4a23a5f5068ef5666aa03d00ea18b (patch)
tree28746b2e71dab8e6e489cfbd8b80766cc400831f
parentce6e02cec3a06d991e112f0f875123f1d1f928dc (diff)
downloadspecification-32c91b0216e4a23a5f5068ef5666aa03d00ea18b.tar.gz
Update TRANSPOSE argument description
Define the perms argument more clearly Change-Id: I9ea695ef38c2a8160ba0fc2020fa28150942e39e Signed-off-by: Eric Kunze <eric.kunze@arm.com>
-rw-r--r--chapters/data_layout.adoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapters/data_layout.adoc b/chapters/data_layout.adoc
index 395843a..08eda29 100644
--- a/chapters/data_layout.adoc
+++ b/chapters/data_layout.adoc
@@ -1,7 +1,7 @@
//
// This confidential and proprietary software may be used only as
// authorised by a licensing agreement from ARM Limited
-// (C) COPYRIGHT 2020-2021 ARM Limited
+// (C) COPYRIGHT 2020-2022 ARM Limited
// ALL RIGHTS RESERVED
// The entire notice above must be reproduced on all authorised
// copies and copies may only be made to the extent permitted
@@ -285,7 +285,8 @@ for_each(index in shape) {
==== TRANSPOSE
-Permutes the dimensions based on perm.
+Permutes the dimensions of the input tensor input1 based on the perms argument.
+Each value in the perms list must be a valid dimension of the input tensor and may not be repeated.
*Arguments:*