aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.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/CLPixelWiseMultiplicationKernel.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/CLPixelWiseMultiplicationKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.h b/arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.h
index a5909d1511..309a202df3 100644
--- a/arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.h
+++ b/arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.h
@@ -68,6 +68,5 @@ private:
const ICLTensor *_input2;
ICLTensor *_output;
};
-}
-
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_CLPIXELWISEMULTIPLICATIONKERNEL_H__ */