From f6169d8d4080095cbb7c82397fef20823363ecea Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Fri, 2 Feb 2018 10:05:50 +0000 Subject: COMPMID-765: Fixed clangtidy warnings. Change-Id: I83d0f2bc8e0ebfdc0b60931f2c5acf0469caf886 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/118696 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- arm_compute/runtime/NEON/functions/NEConvolutionLayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute/runtime/NEON/functions/NEConvolutionLayer.h') diff --git a/arm_compute/runtime/NEON/functions/NEConvolutionLayer.h b/arm_compute/runtime/NEON/functions/NEConvolutionLayer.h index f7a83d8fa1..f65e7ef36b 100644 --- a/arm_compute/runtime/NEON/functions/NEConvolutionLayer.h +++ b/arm_compute/runtime/NEON/functions/NEConvolutionLayer.h @@ -98,7 +98,7 @@ class NEConvolutionLayer : public IFunction { public: /** Constructor */ - NEConvolutionLayer(std::shared_ptr memory_manager = nullptr); + NEConvolutionLayer(const std::shared_ptr &memory_manager = nullptr); /** Set the input and output tensors. * -- cgit v1.2.1