aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLHOGDetectorKernel.h
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2017-09-18 12:20:45 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commitf670a0a1d9bb5d4f17e8f9c8a37af2850247b2ce (patch)
tree96e499957c3cda009dcbb3b655e4d867e1e14d09 /arm_compute/core/CL/kernels/CLHOGDetectorKernel.h
parent99d4f4a48716eba11d57845321ba135caa757c26 (diff)
downloadComputeLibrary-f670a0a1d9bb5d4f17e8f9c8a37af2850247b2ce.tar.gz
COMPMID-417 - Added arm_compute comment at the end of CL header files
Change-Id: Ide2ff463ddd10d5dda0a09366fae462f716eb1c1 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/88051 Reviewed-by: Pablo Tello <pablo.tello@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'arm_compute/core/CL/kernels/CLHOGDetectorKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLHOGDetectorKernel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm_compute/core/CL/kernels/CLHOGDetectorKernel.h b/arm_compute/core/CL/kernels/CLHOGDetectorKernel.h
index 47bd0549ee..47c6365b8b 100644
--- a/arm_compute/core/CL/kernels/CLHOGDetectorKernel.h
+++ b/arm_compute/core/CL/kernels/CLHOGDetectorKernel.h
@@ -77,6 +77,5 @@ private:
ICLDetectionWindowArray *_detection_windows;
cl::Buffer *_num_detection_windows;
};
-}
-
+} // namespace arm_compute
#endif /* __ARM_COMPUTE_CLHOGDETECTORKERNEL_H__ */