From 77605826a353981d41f0ee346850d411770535f8 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Mon, 3 Sep 2018 11:25:56 +0100 Subject: IVGCVSW-1713 Create a minimum unit test to compare the results before and after passing the FP16 flag in the Android-nn-driver Change-Id: If8d4ca12421c3bee2526eec98f11d393af822373 --- test/Android.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/Android.mk') diff --git a/test/Android.mk b/test/Android.mk index cab874c3..c38b92e8 100644 --- a/test/Android.mk +++ b/test/Android.mk @@ -44,10 +44,10 @@ LOCAL_CFLAGS+= \ endif # PLATFORM_VERSION == 9 LOCAL_SRC_FILES := \ + 1.0/Convolution2D.cpp \ Tests.cpp \ UtilsTests.cpp \ Concurrent.cpp \ - Convolution2D.cpp \ FullyConnected.cpp \ GenericLayerTests.cpp \ DriverTestHelpers.cpp \ @@ -118,10 +118,11 @@ LOCAL_CFLAGS := \ -DARMNN_ANDROID_NN_V1_1 LOCAL_SRC_FILES := \ + 1.0/Convolution2D.cpp \ + 1.1/Convolution2D.cpp \ Tests.cpp \ UtilsTests.cpp \ Concurrent.cpp \ - Convolution2D.cpp \ FullyConnected.cpp \ GenericLayerTests.cpp \ DriverTestHelpers.cpp \ -- cgit v1.2.1