aboutsummaryrefslogtreecommitdiff
path: root/chapters/data_nodes.adoc
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2021-01-12 16:19:50 -0800
committerEric Kunze <eric.kunze@arm.com>2021-01-25 13:33:07 -0800
commit2dce0d022b5103f93bf4393e5cd9a3009fbf5add (patch)
tree15f3a318564812d16c01809118c0117131a5c80a /chapters/data_nodes.adoc
parent488a29344419bd2e4402fc6394d43c123548e1ec (diff)
downloadspecification-2dce0d022b5103f93bf4393e5cd9a3009fbf5add.tar.gz
Remove aint8 type
The aint8 type represented an asymmetrically quantized range. With the change to move scaling fully into the RESCALE operator, the aint8 and int8 types didn't have significant differences in their use with operators. Unifying to a single data type makes things simpler. Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I3ee89cbdafdc61293ef1f1bec52398d744e716a1
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