aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Petit <kevin.petit@arm.com>2022-11-30 15:20:19 +0000
committerKevin Petit <kevin.petit@arm.com>2022-11-30 15:21:24 +0000
commit1cf84e95f85d510f55720fb98694530923ba9a1c (patch)
treeb2cb98ce33d9302d6c4f8641c98506216f8ec247
parent8cba323dd64b1a849b3f3d616791fec523290d0b (diff)
downloadspecification-1cf84e95f85d510f55720fb98694530923ba9a1c.tar.gz
SLICE: remove the mention of an axis in the description
No such attribute. Signed-off-by: Kevin Petit <kevin.petit@arm.com> Change-Id: If1b1ece15589e9bf07971542783f51294a05aab9
-rw-r--r--chapters/data_layout.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapters/data_layout.adoc b/chapters/data_layout.adoc
index 530c2e9..e7aadfe 100644
--- a/chapters/data_layout.adoc
+++ b/chapters/data_layout.adoc
@@ -121,7 +121,7 @@ for_each(index in shape) {
==== SLICE
-Extracts a slice of the input1 on the given axis, beginning at the start coordinates, and extending for size elements in each direction.
+Extracts a slice of input1, beginning at the start coordinates, and extending for size elements in each direction.
No data conversion happens during a slice operation.
include::{generated}/operators/SLICE.adoc[]