From 32c91b0216e4a23a5f5068ef5666aa03d00ea18b Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Mon, 24 Jan 2022 11:32:40 -0800 Subject: Update TRANSPOSE argument description Define the perms argument more clearly Change-Id: I9ea695ef38c2a8160ba0fc2020fa28150942e39e Signed-off-by: Eric Kunze --- chapters/data_layout.adoc | 5 +++-- 1 file 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:* -- cgit v1.2.1