From 9910792451e2cb6907b2f79d6a57429f80c10b87 Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Thu, 25 Jul 2019 12:58:56 +0100 Subject: IVGCVSW-3368 Add Neon and CL unit tests for depth multiplier = 64 Signed-off-by: Matthew Jackson Change-Id: Icd89230d0698f32a5ebe36ec5012a0fcc19e1565 --- src/backends/cl/test/ClLayerTests.cpp | 2 ++ src/backends/neon/test/NeonLayerTests.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/backends/cl/test/ClLayerTests.cpp b/src/backends/cl/test/ClLayerTests.cpp index db1003659e..160b3a9ae3 100644 --- a/src/backends/cl/test/ClLayerTests.cpp +++ b/src/backends/cl/test/ClLayerTests.cpp @@ -177,6 +177,8 @@ ARMNN_AUTO_TEST_CASE(DepthwiseConvolution2dAsymmetricNhwc, ARMNN_AUTO_TEST_CASE(UnbiasedDepthwiseConvolution2dAsymmetricNhwc, DepthwiseConvolution2dAsymmetricTest, false, armnn::DataLayout::NHWC) +ARMNN_AUTO_TEST_CASE(DepthwiseConvolution2dDepthMul64, DepthwiseConvolution2dDepthMul64Test); + // Splitter ARMNN_AUTO_TEST_CASE(SimpleSplitter, SplitterTest) ARMNN_AUTO_TEST_CASE(SimpleSplitterUint8, SplitterUint8Test) diff --git a/src/backends/neon/test/NeonLayerTests.cpp b/src/backends/neon/test/NeonLayerTests.cpp index aeebd4fd9e..d551431c73 100644 --- a/src/backends/neon/test/NeonLayerTests.cpp +++ b/src/backends/neon/test/NeonLayerTests.cpp @@ -135,6 +135,8 @@ ARMNN_AUTO_TEST_CASE(DepthwiseConvolution2dAsymmetricNhwc, ARMNN_AUTO_TEST_CASE(UnbiasedDepthwiseConvolution2dAsymmetricNhwc, DepthwiseConvolution2dAsymmetricTest, false, armnn::DataLayout::NHWC) +ARMNN_AUTO_TEST_CASE(DepthwiseConvolution2dDepthMul64, DepthwiseConvolution2dDepthMul64Test); + namespace { -- cgit v1.2.1