From 30271c779c36a2abe6995c4454674d92bbc1f91f Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 24 Jun 2019 14:56:34 +0100 Subject: COMPMID-2156: Optimized dilated convolution for NEON. Change-Id: I3a8abe8cc9637c8983d9bd69dcbaee1a15eac8d0 Signed-off-by: Georgios Pinitas Reviewed-on: https://review.mlplatform.org/c/1492 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Pablo Marquez --- arm_compute/graph/backends/FunctionHelpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute/graph') diff --git a/arm_compute/graph/backends/FunctionHelpers.h b/arm_compute/graph/backends/FunctionHelpers.h index 785f6dc3b9..fbf8d17f67 100644 --- a/arm_compute/graph/backends/FunctionHelpers.h +++ b/arm_compute/graph/backends/FunctionHelpers.h @@ -523,7 +523,7 @@ std::unique_ptr create_depthwise_convolution_layer(DepthwiseConvoluti std::string func_name; if(dwc_algorithm == DepthwiseConvolutionMethod::Optimized3x3) { - std::tie(func, func_name) = create_named_function( + std::tie(func, func_name) = create_named_function( std::string("DepthwiseConvolutionLayer3x3"), input, weights, biases, output, conv_info, depth_multiplier, fused_act); } -- cgit v1.2.1