aboutsummaryrefslogtreecommitdiff
path: root/test/Android.mk
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2018-10-25 15:39:33 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2018-10-25 16:57:26 +0100
commit8d50f8f4b848547635a74e6fdec29f632748ebb1 (patch)
tree50b2c00fa2a9e7a4e1dc24326e39a3338f1ec296 /test/Android.mk
parent50db26cbd83e7753c1581cc8c29b8e575da66ade (diff)
downloadandroid-nn-driver-8d50f8f4b848547635a74e6fdec29f632748ebb1.tar.gz
IVGCVSW-2051 Added unit tests in the Android NN Driver for the new
Mean layer * Added unit tests (in a new file test/1.1/Mean.cpp) * Refactored ArmnnDriverImpl to remove redundant tags in the log messages * Modified AddInputOperand to accept a quantized input tensor Change-Id: Ie037ce426777daab28b0501124e1cc8686ad6184
Diffstat (limited to 'test/Android.mk')
-rw-r--r--test/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Android.mk b/test/Android.mk
index 3a58618b..da3ac706 100644
--- a/test/Android.mk
+++ b/test/Android.mk
@@ -121,6 +121,7 @@ LOCAL_CFLAGS := \
LOCAL_SRC_FILES := \
1.0/Convolution2D.cpp \
1.1/Convolution2D.cpp \
+ 1.1/Mean.cpp \
1.1/Transpose.cpp \
Tests.cpp \
UtilsTests.cpp \