From 747ef82c88f9afe14a8b80b6b3b34118353e97f2 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Tue, 18 Dec 2018 09:26:39 +0000 Subject: MLCE-77 Depthwise Convolution with depth multiplier > 1 doesn't work * Unified ArmNN's weight format to [ M, I, H, W ] for the depthwise convolution * Added conversion utilities to permute/reshape the weights as appropriate when using CL and Neon backends * Updated the reference implementation of the convolution * Updated the relevant unit tests accordingly !android-nn-driver:459 Change-Id: I07d0818efa9d1ca1e5dad82983aac1fe78eadb18 --- src/backends/backendsCommon/common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backends/backendsCommon/common.mk') diff --git a/src/backends/backendsCommon/common.mk b/src/backends/backendsCommon/common.mk index a66b5c4581..4e79bfcd7e 100644 --- a/src/backends/backendsCommon/common.mk +++ b/src/backends/backendsCommon/common.mk @@ -14,7 +14,8 @@ COMMON_SOURCES := \ MemCopyWorkload.cpp \ OutputHandler.cpp \ WorkloadData.cpp \ - WorkloadFactory.cpp + WorkloadFactory.cpp \ + WorkloadUtils.cpp # COMMON_TEST_SOURCES contains the list of files to be included # in the Android unit test build (armnn-tests) and it is picked -- cgit v1.2.1