From 382a91d5029e83002bda4ab006f9c73340d679fe Mon Sep 17 00:00:00 2001 From: jimfly01 Date: Fri, 26 Oct 2018 15:55:50 +0100 Subject: IVGCVSW-2074: Updated DepthwiseConvolution2dAsymmetricTest for NHWC Change-Id: I1bc8d2f270d4abfaa62e4843b8d96bcf462c6b09 --- src/backends/test/LayerTests.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backends/test/LayerTests.hpp') diff --git a/src/backends/test/LayerTests.hpp b/src/backends/test/LayerTests.hpp index 8846297ff1..fec73d08f4 100644 --- a/src/backends/test/LayerTests.hpp +++ b/src/backends/test/LayerTests.hpp @@ -81,7 +81,8 @@ LayerTestResult DepthwiseConvolution2dDepthMul1Test(armnn::IWorkloadFa bool biasEnabled); LayerTestResult DepthwiseConvolution2dAsymmetricTest(armnn::IWorkloadFactory& workloadFactory, - bool biasEnabled); + bool biasEnabled, + const armnn::DataLayoutIndexed& layout); LayerTestResult SimpleMaxPooling2dSize2x2Stride2x2Test(armnn::IWorkloadFactory& workloadFactory, bool forceNoPadding); -- cgit v1.2.1