From f727ef49e2109bdac105dd6575d2e336adf780a3 Mon Sep 17 00:00:00 2001 From: Freddie Liardet Date: Mon, 18 Oct 2021 13:28:57 +0100 Subject: Add uint8/int8 support to cpu conv3d Add support for qasymm8/qasymm8_signed in cpu conv3d. Resolves: COMPMID-4665 Signed-off-by: Freddie Liardet Change-Id: I2450bb6f24969745c8b936f4b657bd406b788c57 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6478 Tested-by: Arm Jenkins Reviewed-by: Giorgio Arena Comments-Addressed: Arm Jenkins --- arm_compute/runtime/NEON/functions/NEConv3D.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm_compute/runtime/NEON/functions/NEConv3D.h') diff --git a/arm_compute/runtime/NEON/functions/NEConv3D.h b/arm_compute/runtime/NEON/functions/NEConv3D.h index 2b3a45f0af..2a3c5351b0 100644 --- a/arm_compute/runtime/NEON/functions/NEConv3D.h +++ b/arm_compute/runtime/NEON/functions/NEConv3D.h @@ -66,6 +66,8 @@ public: * |:--------------|:------------------|:------|:--------------| * |F16 |F16 |F16 |F16 | * |F32 |F32 |F32 |F32 | + * |QASYMM8 |QASYMM8 |S32 |QASYMM8 | + * |QASYMM8_SIGNED |QASYMM8_SIGNED |S32 |QASYMM8_SIGNED | * * @param[in] input Source tensor. 4 lower dimensions represent a single input [IFM, width, height, depth], * while every optional dimension from 5 and above represent a batch of inputs. -- cgit v1.2.1