From f670a0a1d9bb5d4f17e8f9c8a37af2850247b2ce Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Mon, 18 Sep 2017 12:20:45 +0100 Subject: 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 Tested-by: Kaizen --- arm_compute/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arm_compute/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.h') diff --git a/arm_compute/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.h b/arm_compute/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.h index 167664f493..9348ff8ca8 100644 --- a/arm_compute/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.h +++ b/arm_compute/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.h @@ -58,6 +58,5 @@ private: ICLTensor *_accum; const ICLTensor *_biases; }; -} - +} // namespace arm_compute #endif /*__ARM_COMPUTE_CLGEMMMATRIXACCUMULATEBIASESKERNEL_H__ */ -- cgit v1.2.1