aboutsummaryrefslogtreecommitdiff
path: root/chapters/data_layout.adoc
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2024-03-19 16:25:09 -0700
committerEric Kunze <eric.kunze@arm.com>2024-04-12 15:26:20 -0700
commit8301291be25af9a66c16b29a9231a7b814867ddc (patch)
treeb3b6d212026b70d54970b6367b0ea4f3e82fae00 /chapters/data_layout.adoc
parentce015e7d72f522ac310404f29a0bc467f9f69c58 (diff)
downloadspecification-8301291be25af9a66c16b29a9231a7b814867ddc.tar.gz
Move DIM to Shape operator section
Is more appropriate than the Data Layout section Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I5427d867b13a69dc0d66e268db4c64e047c65c7f
Diffstat (limited to 'chapters/data_layout.adoc')
-rw-r--r--chapters/data_layout.adoc11
1 files changed, 0 insertions, 11 deletions
diff --git a/chapters/data_layout.adoc b/chapters/data_layout.adoc
index c6afc4f..7b98271 100644
--- a/chapters/data_layout.adoc
+++ b/chapters/data_layout.adoc
@@ -33,17 +33,6 @@ include::{generated}/operators/PAD.adoc[]
include::{pseudocode}/operators/PAD.tosac[lines=10..-1]
----
-==== DIM
-
-Returns a length 1 shape_t of the size of the input tensor for the given axis.
-
-include::{generated}/operators/DIM.adoc[]
-
-[source,c++]
-----
-include::{pseudocode}/operators/DIM.tosac[lines=10..-1]
-----
-
==== RESHAPE
Returns a tensor with the same type/values as the input, with a new shape specified by the shape argument. Reshape may operate on tensors of any rank. No data conversion happens during a reshape operation.