aboutsummaryrefslogtreecommitdiff
path: root/test/Android.mk
diff options
context:
space:
mode:
authorFerran Balaguer <ferran.balaguer@arm.com>2019-07-25 12:12:39 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-07-29 13:55:18 +0000
commitb2397fd9d68f12792b04dd90ae72dfb8cb9f4a60 (patch)
tree69833c482fd57df20e478398abdf932205bf99bb /test/Android.mk
parenta3609ccd88a9c403e086e88cad063adedbcad5fd (diff)
downloadandroid-nn-driver-b2397fd9d68f12792b04dd90ae72dfb8cb9f4a60.tar.gz
IVGCVSW-3398 Add LSTM normalization parameters to HAL 1.2
* Adding LSTM processing function in HAL 1.2 with normalization parameters * Refactoring LSTM tests !armnn:1608 Signed-off-by: Ferran Balaguer <ferran.balaguer@arm.com> Change-Id: I0e00f14ef078a333e9f2f23d6278a5d92a3001d6
Diffstat (limited to 'test/Android.mk')
-rw-r--r--test/Android.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/Android.mk b/test/Android.mk
index a078e0a3..2f0e03ec 100644
--- a/test/Android.mk
+++ b/test/Android.mk
@@ -57,6 +57,7 @@ endif # PLATFORM_VERSION == Q or later
LOCAL_SRC_FILES := \
1.0/Convolution2D.cpp \
1.0/FullyConnectedReshape.cpp \
+ 1.0/Lstm.cpp \
Tests.cpp \
UtilsTests.cpp \
Concurrent.cpp \
@@ -64,7 +65,6 @@ LOCAL_SRC_FILES := \
GenericLayerTests.cpp \
DriverTestHelpers.cpp \
SystemProperties.cpp \
- Lstm.cpp \
Concat.cpp \
TestTensor.cpp
@@ -160,6 +160,8 @@ LOCAL_SRC_FILES := \
1.1/Convolution2D.cpp \
1.1/Mean.cpp \
1.1/Transpose.cpp \
+ 1.0/Lstm.cpp \
+ 1.1/Lstm.cpp \
Tests.cpp \
UtilsTests.cpp \
Concurrent.cpp \
@@ -167,7 +169,6 @@ LOCAL_SRC_FILES := \
GenericLayerTests.cpp \
DriverTestHelpers.cpp \
SystemProperties.cpp \
- Lstm.cpp \
Concat.cpp \
TestTensor.cpp
@@ -257,6 +258,9 @@ LOCAL_SRC_FILES := \
1.1/Transpose.cpp \
1.2/Dilation.cpp \
1.2/Capabilities.cpp \
+ 1.0/Lstm.cpp \
+ 1.1/Lstm.cpp \
+ 1.2/Lstm.cpp \
Tests.cpp \
UtilsTests.cpp \
Concurrent.cpp \
@@ -264,7 +268,6 @@ LOCAL_SRC_FILES := \
GenericLayerTests.cpp \
DriverTestHelpers.cpp \
SystemProperties.cpp \
- Lstm.cpp \
Concat.cpp \
TestTensor.cpp