From 1cf84e95f85d510f55720fb98694530923ba9a1c Mon Sep 17 00:00:00 2001 From: Kevin Petit Date: Wed, 30 Nov 2022 15:20:19 +0000 Subject: SLICE: remove the mention of an axis in the description No such attribute. Signed-off-by: Kevin Petit Change-Id: If1b1ece15589e9bf07971542783f51294a05aab9 --- chapters/data_layout.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] -- cgit v1.2.1