From 6528aa20e768f2d801328aa164d672b7fdfe266f Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 15 Mar 2018 18:02:21 +0000 Subject: COMPMID-959: Set output valid region to CLPermuteKernel. Change-Id: Ieb62347c71cef5ac8941e632c8afa678f5db6f21 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/124813 Reviewed-by: Anthony Barbier Tested-by: Jenkins --- src/core/SubTensorInfo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/SubTensorInfo.cpp') diff --git a/src/core/SubTensorInfo.cpp b/src/core/SubTensorInfo.cpp index 836c3794c2..237f1333f2 100644 --- a/src/core/SubTensorInfo.cpp +++ b/src/core/SubTensorInfo.cpp @@ -100,6 +100,7 @@ ITensorInfo &SubTensorInfo::set_tensor_shape(const TensorShape &shape) if(_parent->tensor_shape().total_size() != 0 && !_extend_parent) { ARM_COMPUTE_ERROR_ON_INVALID_SUBTENSOR(_parent->tensor_shape(), _coords, shape); + _valid_region = ValidRegion{ _coords, shape }; } else if(_extend_parent) // Extend parent shape, configure if specified { -- cgit v1.2.1