From 4efe5dc9b39a87eface43e7468e08279976ae9ef Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Wed, 13 May 2020 13:38:16 +0100 Subject: COMPMID-3484: Regression in Transpose convolution Android R CTS test. - Removing _flip_axis from _memory_group management Change-Id: Ica3039fa7b545b34de231bcd7620d76914681808 Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3191 Comments-Addressed: Arm Jenkins Reviewed-by: Michele Di Giorgio Tested-by: Arm Jenkins --- src/runtime/NEON/functions/NEDeconvolutionLayer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/NEON/functions/NEDeconvolutionLayer.cpp b/src/runtime/NEON/functions/NEDeconvolutionLayer.cpp index c87dac60dc..dd53fbbdc3 100644 --- a/src/runtime/NEON/functions/NEDeconvolutionLayer.cpp +++ b/src/runtime/NEON/functions/NEDeconvolutionLayer.cpp @@ -161,7 +161,6 @@ void NEDeconvolutionLayer::configure(ITensor *input, const ITensor *weights, con _flip_axis.allocator()->init(TensorInfo(TensorShape(2U), 1, DataType::U32)); _memory_group.manage(&_scaled_output); - _memory_group.manage(&_flip_axis); _weights_flipped.allocator()->init(weights->info()->clone()->set_data_layout(data_layout)); _flip_weights.configure(weights, &_weights_flipped, &_flip_axis); -- cgit v1.2.1