aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/Tensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Tensor.cpp')
-rw-r--r--src/runtime/Tensor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/Tensor.cpp b/src/runtime/Tensor.cpp
index 435068c61d..a76c37e3d0 100644
--- a/src/runtime/Tensor.cpp
+++ b/src/runtime/Tensor.cpp
@@ -26,7 +26,7 @@
using namespace arm_compute;
Tensor::Tensor()
- : _allocator()
+ : _allocator(this)
{
}