aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEDepthConvert.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEDepthConvert.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEDepthConvert.h7
1 files changed, 4 insertions, 3 deletions
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.