From ded3663274db0e4359461659fb3c813792df16e3 Mon Sep 17 00:00:00 2001 From: Freddie Liardet Date: Fri, 3 Sep 2021 15:08:23 +0100 Subject: Remove padding in cpuPool2d NCHW Remove padding from all cpuPool2d NCHW kernels (FP16,FP32 & Quantized) Resolves: COMPMID-4728, COMPMID-4823 Signed-off-by: Freddie Liardet Change-Id: Ida619f67cd6606b33828f2d9dee925aeb794cc50 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6358 Tested-by: Arm Jenkins Reviewed-by: Pablo Marquez Tello Reviewed-by: Gian Marco Iodice Comments-Addressed: Arm Jenkins --- arm_compute/core/Types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute/core/Types.h') diff --git a/arm_compute/core/Types.h b/arm_compute/core/Types.h index 37ba9f93bf..b2b09825c1 100644 --- a/arm_compute/core/Types.h +++ b/arm_compute/core/Types.h @@ -675,8 +675,8 @@ public: * @param[in] stride_x Stride, in elements, across x. * @param[in] stride_y Stride, in elements, across y. * @param[in] pad_left Padding across x on the left, in elements. - * @param[in] pad_top Padding across y on the top, in elements. * @param[in] pad_right Padding across x on the right, in elements. + * @param[in] pad_top Padding across y on the top, in elements. * @param[in] pad_bottom Padding across y on the bottom, in elements. * @param[in] round Dimensions rounding. */ -- cgit v1.2.1