From 4726fdf9f7bb9638ffbb4e358cc788686b68a414 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Sat, 23 Sep 2017 10:47:54 +0100 Subject: COMPMID-541: Fix padding in CLMinMaxLocationKernel Change-Id: Ie17e3f14c428553d433da2a564e016bfac7749a9 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/88881 Tested-by: Kaizen Reviewed-by: Gian Marco Iodice Reviewed-by: Michalis Spyrou --- src/runtime/CL/functions/CLMinMaxLocation.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/runtime/CL/functions/CLMinMaxLocation.cpp') diff --git a/src/runtime/CL/functions/CLMinMaxLocation.cpp b/src/runtime/CL/functions/CLMinMaxLocation.cpp index bc70ceb621..49dcbcb7df 100644 --- a/src/runtime/CL/functions/CLMinMaxLocation.cpp +++ b/src/runtime/CL/functions/CLMinMaxLocation.cpp @@ -25,8 +25,8 @@ #include "arm_compute/core/CL/CLHelpers.h" -using namespace arm_compute; - +namespace arm_compute +{ CLMinMaxLocation::CLMinMaxLocation() : _min_max_kernel(), _min_max_loc_kernel(), @@ -96,3 +96,4 @@ void CLMinMaxLocation::run() _max_loc->resize(max_corner_size); } } +} // namespace arm_compute -- cgit v1.2.1