aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Types.h
diff options
context:
space:
mode:
authorFreddie Liardet <frederick.liardet@arm.com>2021-09-03 15:08:23 +0100
committerFreddie Liardet <frederick.liardet@arm.com>2021-10-12 15:41:04 +0000
commitded3663274db0e4359461659fb3c813792df16e3 (patch)
treed2a6146ef4affca9a90ae1508202ec3a25f6a2f6 /arm_compute/core/Types.h
parent0d11b70fbfa95431dacd7dce02403cf90bc688d5 (diff)
downloadComputeLibrary-ded3663274db0e4359461659fb3c813792df16e3.tar.gz
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 <frederick.liardet@arm.com> Change-Id: Ida619f67cd6606b33828f2d9dee925aeb794cc50 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6358 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/Types.h')
-rw-r--r--arm_compute/core/Types.h2
1 files changed, 1 insertions, 1 deletions
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.
*/