aboutsummaryrefslogtreecommitdiff
path: root/chapters/data_layout.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_layout.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_layout.adoc')
-rw-r--r--chapters/data_layout.adoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/chapters/data_layout.adoc b/chapters/data_layout.adoc
index e764be9..5d54e62 100644
--- a/chapters/data_layout.adoc
+++ b/chapters/data_layout.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
@@ -43,7 +43,7 @@ for_each (index1 in shape) {
|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
@@ -91,7 +91,7 @@ for_each (index in shape) {
|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
@@ -127,7 +127,7 @@ for (i=0; i<tensor_size(shape); i++) {
|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
@@ -166,7 +166,7 @@ for_each (index in shape) {
|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
@@ -206,7 +206,7 @@ for_each (index in shape) {
|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
@@ -247,7 +247,7 @@ for_each (index in shape) {
|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
@@ -288,7 +288,7 @@ for_each (index in shape) {
|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