aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLDepthConcatenateLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLDepthConcatenateLayer.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLDepthConcatenateLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/functions/CLDepthConcatenateLayer.h b/arm_compute/runtime/CL/functions/CLDepthConcatenateLayer.h
index bafce1c66f..aef5d63654 100644
--- a/arm_compute/runtime/CL/functions/CLDepthConcatenateLayer.h
+++ b/arm_compute/runtime/CL/functions/CLDepthConcatenateLayer.h
@@ -63,7 +63,7 @@ public:
* while width and height are the maximum width and height of the input tensors.
* Finally, depth is the sum of the input depths.
*/
- void configure(std::vector<ICLTensor *> inputs_vector, ICLTensor *output);
+ void configure(const std::vector<ICLTensor *> &inputs_vector, ICLTensor *output);
/** Static function to check if given info will lead to a valid configuration of @ref CLDepthConcatenateLayer
*
* @param[in] inputs_vector The vectors containing all the tensors to concatenate. Data types supported: QASYMM8/F16/F32.