From 82afedf2598c8fc5a428ecbd729dd8204b46fd43 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Wed, 15 Nov 2017 13:36:15 +0000 Subject: COMPMID-678 Align Convolution Interfaces Change-Id: I257a09860dd82e7bb7a767edf96dcaf31b512855 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/95865 Reviewed-by: Georgios Pinitas Tested-by: Kaizen --- tests/validation/fixtures/DepthwiseConvolutionFixture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation/fixtures/DepthwiseConvolutionFixture.h') diff --git a/tests/validation/fixtures/DepthwiseConvolutionFixture.h b/tests/validation/fixtures/DepthwiseConvolutionFixture.h index d883807537..f49e76c70c 100644 --- a/tests/validation/fixtures/DepthwiseConvolutionFixture.h +++ b/tests/validation/fixtures/DepthwiseConvolutionFixture.h @@ -80,7 +80,7 @@ protected: // Create Depthwise Convolution configure function FunctionType depthwise_convolution; - depthwise_convolution.configure(&src, &dst, &weights, &biases, pad_stride_info); + depthwise_convolution.configure(&src, &weights, &biases, &dst, pad_stride_info); // Allocate tensors src.allocator()->allocate(); -- cgit v1.2.1