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