aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/NEReductionOperationKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/kernels/NEReductionOperationKernel.h')
-rw-r--r--arm_compute/core/NEON/kernels/NEReductionOperationKernel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arm_compute/core/NEON/kernels/NEReductionOperationKernel.h b/arm_compute/core/NEON/kernels/NEReductionOperationKernel.h
index 4b28b8dbcd..0d402fb044 100644
--- a/arm_compute/core/NEON/kernels/NEReductionOperationKernel.h
+++ b/arm_compute/core/NEON/kernels/NEReductionOperationKernel.h
@@ -32,10 +32,10 @@ class ITensor;
/** NEON kernel to perform a reduction operation
*
- * @note For ARG_MIN/ARG_MAX reduction, the indices are computed in unsigned
- * 32-bit (U32). It is the user's responsibility to check that the
- * results do not overflow in case the output data type is set to signed
- * 32-bit integer (S32).
+ * @note For ARG_MIN/ARG_MAX reduction, the default data type for an uninitialized
+ * output tensor is signed 32-bit integer (S32). It is the user's responsibility
+ * to check that the results do not overflow because the indices are computed
+ * in unsigned 32-bit (U32).
*/
class NEReductionOperationKernel : public INEKernel
{