aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/NEBatchConcatenateLayerKernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/NEON/kernels/NEBatchConcatenateLayerKernel.cpp')
-rw-r--r--src/core/NEON/kernels/NEBatchConcatenateLayerKernel.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/NEON/kernels/NEBatchConcatenateLayerKernel.cpp b/src/core/NEON/kernels/NEBatchConcatenateLayerKernel.cpp
index 4263892c50..cfa98fb19a 100644
--- a/src/core/NEON/kernels/NEBatchConcatenateLayerKernel.cpp
+++ b/src/core/NEON/kernels/NEBatchConcatenateLayerKernel.cpp
@@ -159,6 +159,9 @@ void NEBatchConcatenateLayerKernel::configure(const ITensor *input, unsigned int
ARM_COMPUTE_ERROR_THROW_ON(std::get<0>(win_config));
INEKernel::configure(std::get<1>(win_config));
+
+ // Set output valid region
+ output->info()->set_valid_region(ValidRegion(Coordinates(), output->info()->tensor_shape()));
}
Status NEBatchConcatenateLayerKernel::validate(const arm_compute::ITensorInfo *input,