From 21c28957f9c6fe1a28ef934e711bb7474b8d65ee Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Thu, 8 Apr 2021 12:50:12 +0100 Subject: Remove OpenCL padding: CLNormalizationLayerKernel Only for NHWC data layout Resolves: COMPMID-3910 Change-Id: Ie2d71482b3e3b55ac155e9af152032a5de8bbd50 Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5388 Reviewed-by: Giorgio Arena Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- arm_compute/runtime/CL/functions/CLNormalizationLayer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm_compute/runtime/CL/functions/CLNormalizationLayer.h') diff --git a/arm_compute/runtime/CL/functions/CLNormalizationLayer.h b/arm_compute/runtime/CL/functions/CLNormalizationLayer.h index 389b21e5c8..706cb6f152 100644 --- a/arm_compute/runtime/CL/functions/CLNormalizationLayer.h +++ b/arm_compute/runtime/CL/functions/CLNormalizationLayer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Arm Limited. + * Copyright (c) 2017-2021 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -99,5 +99,5 @@ private: std::unique_ptr _norm_kernel; /**< Normalization layer kernel to run */ std::unique_ptr _border_handler; /**< Kernel to handle borders */ }; -} +} // namespace arm_compute #endif /* ARM_COMPUTE_CLNORMALIZATIONLAYER_H */ -- cgit v1.2.1