aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Types.h
diff options
context:
space:
mode:
authorVidhya Sudhan Loganathan <vidhyasudhan.loganathan@arm.com>2018-07-04 15:13:14 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:10 +0000
commitf4cb81be294a1075ce3ce7d11dd60bdee5505ce9 (patch)
tree33e903042fab84a7f469855078131bd3fd01df4e /arm_compute/core/Types.h
parent060c4b784b1e66f937369e420fa97c7fb71d5fd4 (diff)
downloadComputeLibrary-f4cb81be294a1075ce3ce7d11dd60bdee5505ce9.tar.gz
COMPMID-970 : Remove QS8 / QS16 support
Removed QS32 references Change-Id: Ic7df02c08ae7aa1b7dcae15bdda113321af851b8 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/138703 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'arm_compute/core/Types.h')
-rw-r--r--arm_compute/core/Types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arm_compute/core/Types.h b/arm_compute/core/Types.h
index 89fd4b8bb4..1363324e3b 100644
--- a/arm_compute/core/Types.h
+++ b/arm_compute/core/Types.h
@@ -79,7 +79,6 @@ enum class DataType
S16, /**< signed 16-bit number */
U32, /**< unsigned 32-bit number */
S32, /**< signed 32-bit number */
- QS32, /**< quantized, symmetric fixed-point 32-bit number */
U64, /**< unsigned 64-bit number */
S64, /**< signed 64-bit number */
F16, /**< 16-bit floating-point number */