aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/functions/CLDepthConcatenateLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/CL/functions/CLDepthConcatenateLayer.cpp')
-rw-r--r--src/runtime/CL/functions/CLDepthConcatenateLayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/CL/functions/CLDepthConcatenateLayer.cpp b/src/runtime/CL/functions/CLDepthConcatenateLayer.cpp
index 174be94410..b5e8fd96d0 100644
--- a/src/runtime/CL/functions/CLDepthConcatenateLayer.cpp
+++ b/src/runtime/CL/functions/CLDepthConcatenateLayer.cpp
@@ -43,7 +43,7 @@ CLDepthConcatenateLayer::CLDepthConcatenateLayer() // NOLINT
{
}
-void CLDepthConcatenateLayer::configure(std::vector<ICLTensor *> inputs_vector, ICLTensor *output) // NOLINT
+void CLDepthConcatenateLayer::configure(const std::vector<ICLTensor *> &inputs_vector, ICLTensor *output) // NOLINT
{
_num_inputs = inputs_vector.size();