aboutsummaryrefslogtreecommitdiff
path: root/chapters/data_nodes.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/data_nodes.adoc')
-rw-r--r--chapters/data_nodes.adoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapters/data_nodes.adoc b/chapters/data_nodes.adoc
index 6164a95..4297a9a 100644
--- a/chapters/data_nodes.adoc
+++ b/chapters/data_nodes.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 ARM Limited
+// (C) COPYRIGHT 2020-2021 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
@@ -28,7 +28,7 @@ A node containing constant data for use as the input to an operation. May hold d
|Profile|Mode|out_t
|Any|Boolean|bool
-|Any|signed 8|int8/aint8
+|Any|signed 8|int8
|Any|signed 16|int16
|Any|signed 32|int32
|MI, MT|float|float
@@ -53,7 +53,7 @@ Returns a tensor with the same shape, type, and contents as the input.
|Profile|Mode|in_t
|Any|Boolean|bool
-|Any|signed 8|int8/aint8
+|Any|signed 8|int8
|Any|signed 16|int16
|Any|signed 32|int32
|MI, MT|float|float
@@ -78,7 +78,7 @@ Returns a list of tensors with the same shape, type, and contents as the input l
|Profile|Mode|in_t
|Any|Boolean|bool
-|Any|signed 8|int8/aint8
+|Any|signed 8|int8
|Any|signed 16|int16
|Any|signed 32|int32
|MI, MT|float|float
@@ -102,7 +102,7 @@ A node where data will be inserted into the network at runtime. Generally used f
|Any|Boolean|bool
|Any|unsigned 8|uint8
-|Any|signed 8|int8/aint8
+|Any|signed 8|int8
|Any|signed 16|int16
|Any|signed 32|int32
|MI, MT|float|float