aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuraj Sudhir <suraj.sudhir@arm.com>2021-05-17 09:58:12 -0700
committerEric Kunze <eric.kunze@arm.com>2021-05-21 20:34:56 +0000
commited1b5a96e133045222f3240c979f6aef40dc43f7 (patch)
treefdc1861917fe87171029be0dab239c1c73270950
parentba0e1f1f46499f239eb957264b6f8a0a45f50050 (diff)
downloadspecification-ed1b5a96e133045222f3240c979f6aef40dc43f7.tar.gz
Removed IDENTITYN and PLACEHOLDER
Signed-off-by: Suraj Sudhir <suraj.sudhir@arm.com> Change-Id: I33bb90ccc778a5cd5fa3ece28880cf484d9f8e3c
-rw-r--r--chapters/data_nodes.adoc49
1 files changed, 0 insertions, 49 deletions
diff --git a/chapters/data_nodes.adoc b/chapters/data_nodes.adoc
index 7afa984..e4a3e88 100644
--- a/chapters/data_nodes.adoc
+++ b/chapters/data_nodes.adoc
@@ -58,52 +58,3 @@ Returns a tensor with the same shape, type, and contents as the input.
|Any|signed 32|int32_t
|MI, MT|floating-point|float_t
|===
-
-==== IDENTITYN
-
-Returns a list of tensors with the same shape, type, and contents as the input list of tensors.
-
-*Arguments:*
-
-|===
-|Argument|Type|Name|Shape|Description
-
-|Input|in_t**|input1|shape[]|List of input tensors
-|Output|in_t**|output|shape[]|List of output tensors of same type, size as the input tensors
-|===
-
-*Supported Data Types:*
-
-|===
-|Profile|Mode|in_t
-
-|Any|Boolean|bool_t
-|Any|signed 8|int8_t
-|Any|signed 16|int16_t
-|Any|signed 32|int32_t
-|MI, MT|floating-point|float_t
-|===
-
-==== PLACEHOLDER
-
-A node where data will be inserted into the network at runtime. Generally used for inputs to the network.
-
-*Arguments:*
-|===
-|Argument|Type|Name|Shape|Description
-
-|Output|out_t*|output|shape|Output tensor of same type, size as the input tensor
-|===
-
-*Supported Data Types:*
-
-|===
-|Profile|Mode|out_t
-
-|Any|Boolean|bool_t
-|Any|unsigned 8|uint8_t
-|Any|signed 8|int8_t
-|Any|signed 16|int16_t
-|Any|signed 32|int32_t
-|MI, MT|floating-point|float_t
-|===