aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEConvolutionLayer.h
diff options
context:
space:
mode:
authorPablo Tello <pablo.tello@arm.com>2018-02-02 10:05:50 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:45:42 +0000
commitf6169d8d4080095cbb7c82397fef20823363ecea (patch)
treed0451d54859c68388a68938d7aa96a4896ea13ba /arm_compute/runtime/NEON/functions/NEConvolutionLayer.h
parent456e47901692b03d29f5207c6ef64deb25059f35 (diff)
downloadComputeLibrary-f6169d8d4080095cbb7c82397fef20823363ecea.tar.gz
COMPMID-765: Fixed clangtidy warnings.
Change-Id: I83d0f2bc8e0ebfdc0b60931f2c5acf0469caf886 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/118696 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEConvolutionLayer.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEConvolutionLayer.h2
1 files changed, 1 insertions, 1 deletions
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<IMemoryManager> memory_manager = nullptr);
+ NEConvolutionLayer(const std::shared_ptr<IMemoryManager> &memory_manager = nullptr);
/** Set the input and output tensors.
*