From 2dce0d022b5103f93bf4393e5cd9a3009fbf5add Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Tue, 12 Jan 2021 16:19:50 -0800 Subject: 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 Change-Id: I3ee89cbdafdc61293ef1f1bec52398d744e716a1 --- chapters/data_nodes.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapters/data_nodes.adoc') 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 -- cgit v1.2.1