aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-11-27 13:18:25 +0000
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>2019-11-29 09:46:55 +0000
commit2445744f46921ba5e30f9110c26b9485ddfe90b5 (patch)
tree192e0fdc873bebe997103478b7541ae6cdac0810
parent1571700be3e94aacc56f7d830d4d94e70464f08c (diff)
downloadarmnn-2445744f46921ba5e30f9110c26b9485ddfe90b5.tar.gz
IVGCVSW-3864 Add support for per-channel QSymm8 DepthwiseConvolution2d to Neon backend
Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: I6dadb36abc2e71f4d4309dcce6072c4a66384cf9
-rw-r--r--src/backends/neon/test/NeonLayerTests.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/backends/neon/test/NeonLayerTests.cpp b/src/backends/neon/test/NeonLayerTests.cpp
index d74a4c6ebe..d645168456 100644
--- a/src/backends/neon/test/NeonLayerTests.cpp
+++ b/src/backends/neon/test/NeonLayerTests.cpp
@@ -190,6 +190,11 @@ ARMNN_AUTO_TEST_CASE(UnbiasedDepthwiseConvolution2dAsymmetricNhwc,
ARMNN_AUTO_TEST_CASE(DepthwiseConvolution2dDepthMul64, DepthwiseConvolution2dDepthMul64Test);
+ARMNN_AUTO_TEST_CASE(DepthwiseConvolution2dPerAxisQuantTestNchw, DepthwiseConvolution2dPerAxisQuantTest,
+ DataLayout::NCHW);
+ARMNN_AUTO_TEST_CASE(DepthwiseConvolution2dPerAxisQuantTestNhwc, DepthwiseConvolution2dPerAxisQuantTest,
+ DataLayout::NHWC);
+
namespace
{