aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NEConvolutionLayer.cpp
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-02-06 13:04:33 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:45:42 +0000
commit604afc059c546b3c060a814f15798019cfb7a3de (patch)
treea3fb14c2edd720ac1855411dec1f4f7c8a893a90 /src/runtime/NEON/functions/NEConvolutionLayer.cpp
parent562deffa6ff7630aa517ab37fefab1936e9f4b1e (diff)
downloadComputeLibrary-604afc059c546b3c060a814f15798019cfb7a3de.tar.gz
COMPMID-894: Segfault: neon_cnn on S5 neo
Removed double managment of the same tensor object Change-Id: Ibc74cd8c7bd199cd473ff68f692840cbf01b27b3 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/119119 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Isabella Gottardi <isabella.gottardi@arm.com>
Diffstat (limited to 'src/runtime/NEON/functions/NEConvolutionLayer.cpp')
-rw-r--r--src/runtime/NEON/functions/NEConvolutionLayer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/NEON/functions/NEConvolutionLayer.cpp b/src/runtime/NEON/functions/NEConvolutionLayer.cpp
index 0f00f74fae..c6f99782ec 100644
--- a/src/runtime/NEON/functions/NEConvolutionLayer.cpp
+++ b/src/runtime/NEON/functions/NEConvolutionLayer.cpp
@@ -414,7 +414,6 @@ void NEConvolutionLayer::configure(const ITensor *input, const ITensor *weights,
if(_is_interleaved_transposed)
{
// Configure GEMMInterleave4x4. _input_interleaved_reshaped will be auto configured in the kernel
- _memory_group.manage(&_input_interleaved_reshaped);
_input_interleave_kernel.configure(&_input_im2col_reshaped, &_input_interleaved_reshaped);
// Configure GEMM