From b9c8963c3d393baf27edf37ab732fa76ee53af50 Mon Sep 17 00:00:00 2001 From: jimfly01 Date: Fri, 26 Oct 2018 16:50:13 +0100 Subject: IVGCVSW-2074: Updated the DepthwiseConvolution2dDepthMul1 for NHWC Change-Id: Ibaa0b909680a6f2a155e4ca6fa24e1144d6e6e73 --- src/backends/test/LayerTests.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/backends/test/LayerTests.hpp') diff --git a/src/backends/test/LayerTests.hpp b/src/backends/test/LayerTests.hpp index 006425ae5f..39cd4c4a0b 100644 --- a/src/backends/test/LayerTests.hpp +++ b/src/backends/test/LayerTests.hpp @@ -80,7 +80,8 @@ LayerTestResult DepthwiseConvolution2dDepthNhwcTest(armnn::IWorkloadFa bool biasEnabled); LayerTestResult DepthwiseConvolution2dDepthMul1Test(armnn::IWorkloadFactory& workloadFactory, - bool biasEnabled); + bool biasEnabled, + const armnn::DataLayoutIndexed& layout); LayerTestResult DepthwiseConvolution2dAsymmetricTest(armnn::IWorkloadFactory& workloadFactory, bool biasEnabled, @@ -342,7 +343,8 @@ LayerTestResult DepthwiseConvolution2dUint8Test(armnn::IWorkloadFact const armnn::DataLayoutIndexed& layout); LayerTestResult DepthwiseConvolution2dDepthMul1Uint8Test(armnn::IWorkloadFactory& workloadFactory, - bool biasEnabled); + bool biasEnabled, + const armnn::DataLayoutIndexed& layout); LayerTestResult ConstantLinearActivationUint8Test(armnn::IWorkloadFactory& workloadFactory); -- cgit v1.2.1