From c26ecf8ca13205cab2ce43d9f971e1569808e5bc Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 22 Sep 2017 13:44:05 +0100 Subject: COMPIMID-523: Fix CLDepthwiseConvolution test. The specified output size of the failing test case was invalid. Additionally the kernel has been cleaned up and asserts have been added in case of invalid configurations. Change-Id: I198f3574f003b71968e4081a54cf102d748af5c1 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/88821 Tested-by: Kaizen Reviewed-by: Steven Niu Reviewed-by: Anthony Barbier --- 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 462c0f888c..4a890f6333 100644 --- a/tests/validation/fixtures/DepthwiseConvolutionFixture.h +++ b/tests/validation/fixtures/DepthwiseConvolutionFixture.h @@ -78,7 +78,7 @@ protected: TensorType dst = create_tensor(output_shape, DataType::F32); // Create Depthwise Convolution configure function - CLDepthwiseConvolution depthwise_convolution; + FunctionType depthwise_convolution; depthwise_convolution.configure(&src, &dst, &weights, pad_stride_info); // Allocate tensors -- cgit v1.2.1