commit | 8938bd3f40ea62ff56d6ed4e2db0a8aee34dd64a | [log] [tgz] |
---|---|---|
author | Kaizen <kaizen@arm.com> | Thu Sep 28 14:38:23 2017 +0100 |
committer | Anthony Barbier <anthony.barbier@arm.com> | Thu Sep 28 16:31:13 2017 +0100 |
tree | c234331232f227e0cdfb567a54ecaa5460aaa064 | |
parent | f4a254c2745aeaab6f7276a675147d707002fe7a [diff] [blame] |
arm_compute v17.09 Change-Id: I4bf8f4e6e5f84ce0d5b6f5ba570d276879f42a81
diff --git a/src/runtime/Tensor.cpp b/src/runtime/Tensor.cpp index 435068c..a76c37e 100644 --- a/src/runtime/Tensor.cpp +++ b/src/runtime/Tensor.cpp
@@ -26,7 +26,7 @@ using namespace arm_compute; Tensor::Tensor() - : _allocator() + : _allocator(this) { }