aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/TensorAllocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/TensorAllocator.h')
-rw-r--r--arm_compute/runtime/TensorAllocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/TensorAllocator.h b/arm_compute/runtime/TensorAllocator.h
index bf574fa0c9..c2a370fb58 100644
--- a/arm_compute/runtime/TensorAllocator.h
+++ b/arm_compute/runtime/TensorAllocator.h
@@ -72,7 +72,7 @@ public:
* @param[in] coords The starting coordinates of the new tensor inside the parent tensor.
* @param[in] sub_info The new tensor information (e.g. shape etc)
*/
- void init(const TensorAllocator &allocator, const Coordinates &coords, TensorInfo sub_info);
+ void init(const TensorAllocator &allocator, const Coordinates &coords, TensorInfo &sub_info);
/** Returns the pointer to the allocated data.
*