From d8cde8582a2a87959c9ca40fb23cf84328727d06 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 8 May 2018 18:58:19 +0100 Subject: COMPMID-959: Assembly kernel marks weights as unused when pretranspose Change-Id: I15943c4c97457f4cc9bff3bb1cce8ad9a8d9ed38 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/130474 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- arm_compute/graph/backends/ValidateHelpers.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arm_compute/graph/backends/ValidateHelpers.h') diff --git a/arm_compute/graph/backends/ValidateHelpers.h b/arm_compute/graph/backends/ValidateHelpers.h index 68a718ab97..c1b87ee0c0 100644 --- a/arm_compute/graph/backends/ValidateHelpers.h +++ b/arm_compute/graph/backends/ValidateHelpers.h @@ -103,7 +103,6 @@ Status validate_convolution_layer(ConvolutionLayerNode &node) // If validation fails try the Default approach if(!bool(status) || (conv_algorithm == ConvolutionMethod::DEFAULT)) { - std::cout << status.error_description() << std::endl; status = ConvolutionLayer::validate(input, weights, biases, output, conv_info); if(bool(status)) { -- cgit v1.2.1