aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/CLSubTensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/CL/CLSubTensor.cpp')
-rw-r--r--src/runtime/CL/CLSubTensor.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/runtime/CL/CLSubTensor.cpp b/src/runtime/CL/CLSubTensor.cpp
index 5f58024b0e..d0e7d760ff 100644
--- a/src/runtime/CL/CLSubTensor.cpp
+++ b/src/runtime/CL/CLSubTensor.cpp
@@ -29,6 +29,11 @@
using namespace arm_compute;
+CLSubTensor::CLSubTensor()
+ : _parent(nullptr), _info()
+{
+}
+
CLSubTensor::CLSubTensor(ICLTensor *parent, const TensorShape &tensor_shape, const Coordinates &coords, bool extend_parent)
: _parent(nullptr), _info()
{