From d8734b55d89f05901ba9a75349761a9c955d9243 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 22 Dec 2017 15:27:52 +0000 Subject: COMPMID-793 : Add graph intermediate representation Change-Id: Ic1685de4e19e0ac79669ef2da64e1dc96c7ea0bf Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/115248 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- src/runtime/SubTensor.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/runtime/SubTensor.cpp') diff --git a/src/runtime/SubTensor.cpp b/src/runtime/SubTensor.cpp index c5b8f33c9a..b010a32eca 100644 --- a/src/runtime/SubTensor.cpp +++ b/src/runtime/SubTensor.cpp @@ -27,6 +27,11 @@ using namespace arm_compute; +SubTensor::SubTensor() + : _parent(nullptr), _info() +{ +} + SubTensor::SubTensor(ITensor *parent, const TensorShape &tensor_shape, const Coordinates &coords, bool extend_parent) : _parent(nullptr), _info() { -- cgit v1.2.1