From 21efeb4491feab09dc246f4da0023d7ca79b1d32 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 4 Jul 2017 12:47:17 +0100 Subject: COMPMID-417: DepthConvert NEON for QS8/QS16. Change-Id: Ieb120bccf146045b3a0001ceb3893d4e67fd19df Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79763 Tested-by: Kaizen Reviewed-by: Steven Niu --- arm_compute/runtime/NEON/functions/NEDepthConvert.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'arm_compute/runtime/NEON/functions') diff --git a/arm_compute/runtime/NEON/functions/NEDepthConvert.h b/arm_compute/runtime/NEON/functions/NEDepthConvert.h index 7c59ce432d..47b3a7e6f6 100644 --- a/arm_compute/runtime/NEON/functions/NEDepthConvert.h +++ b/arm_compute/runtime/NEON/functions/NEDepthConvert.h @@ -52,11 +52,12 @@ public: * U8 -> U16, S16, S32 * U16 -> U8, U32 * S16 -> U8, S32 - * F32 -> QS8 + * QS16 -> F32 + * F32 -> QS8, QS16 * * - * @param[in] input The input tensor to convert. Data type supported: QS8/U8/U16/S16/F32. - * @param[out] output The output tensor. Data type supported: QS8/U8/U16/S16/U32/S32/F32. + * @param[in] input The input tensor to convert. Data type supported: QS8/U8/U16/S16/QS16/F32. + * @param[out] output The output tensor. Data type supported: QS8/U8/U16/S16/QS16/U32/S32/F32. * @param[in] policy Conversion policy. * @param[in] shift Value for down/up conversions. Must be 0 <= shift < 8. * It is not used on fixed point conversion. -- cgit v1.2.1