From 4d91dc68adf8a4cc07285fe781469231230df3b9 Mon Sep 17 00:00:00 2001 From: Sheri Zhang Date: Wed, 23 Sep 2020 11:22:50 +0100 Subject: COMPMID-3181: Remove padding from NEReductionOperationKernel COMPMID-3803: Remove padding from NEComplexPixelWiseMultiplicationKernel Signed-off-by: Sheri Zhang Change-Id: I309fc4ab62bacbca9203d2680a9d6d52f76f70e6 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4078 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Manuel Bottini Reviewed-by: Pablo Marquez --- arm_compute/runtime/NEON/functions/NEReductionOperation.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'arm_compute/runtime/NEON/functions/NEReductionOperation.h') diff --git a/arm_compute/runtime/NEON/functions/NEReductionOperation.h b/arm_compute/runtime/NEON/functions/NEReductionOperation.h index ab6928b241..aafccb00e3 100644 --- a/arm_compute/runtime/NEON/functions/NEReductionOperation.h +++ b/arm_compute/runtime/NEON/functions/NEReductionOperation.h @@ -26,7 +26,6 @@ #include "arm_compute/runtime/IFunction.h" -#include "arm_compute/core/NEON/kernels/NEFillBorderKernel.h" #include "arm_compute/core/NEON/kernels/NEReductionOperationKernel.h" #include "arm_compute/runtime/NEON/functions/NEReshapeLayer.h" #include "arm_compute/runtime/Tensor.h" @@ -37,7 +36,7 @@ class ITensor; /** Basic function to simulate a reduction operation. This function calls the following NEON kernels: * - * -# @ref NEFillBorderKernel + * -# @ref NEReshapeLayer * -# @ref NEReductionOperationKernel * */ @@ -74,7 +73,6 @@ public: private: MemoryGroup _memory_group; NEReductionOperationKernel _reduction_kernel; - NEFillBorderKernel _fill_border_kernel; NEReshapeLayer _reshape; Tensor _output_internal; size_t _window_split; -- cgit v1.2.1