IVGCVSW-3368 Add Neon and CL unit tests for depth multiplier = 64
authorMatthew Jackson <matthew.jackson@arm.com>
Thu, 25 Jul 2019 11:58:56 +0000 (12:58 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Fri, 26 Jul 2019 12:49:36 +0000 (12:49 +0000)
Signed-off-by: Matthew Jackson <matthew.jackson@arm.com>
Change-Id: Icd89230d0698f32a5ebe36ec5012a0fcc19e1565

src/backends/cl/test/ClLayerTests.cpp
src/backends/neon/test/NeonLayerTests.cpp

index db10036..160b3a9 100644 (file)
@@ -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)
index aeebd4f..d551431 100644 (file)
@@ -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
 {