aboutsummaryrefslogtreecommitdiff
path: root/test/Android.mk
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2022-01-21 16:55:13 +0000
committerCathal Corbett <cathal.corbett@arm.com>2022-01-24 18:10:44 +0000
commit0fa5e6dda7e9e76d7ca5f77777c35374c768f28c (patch)
treefe4cdfe345398429328be5e5485cea5d3a0073be /test/Android.mk
parente02562b0957b4c14739f608513d3c03050c19369 (diff)
downloadandroid-nn-driver-0fa5e6dda7e9e76d7ca5f77777c35374c768f28c.tar.gz
IVGCVSW-6269 Add support of Unidirectional Sequence Lstm fp32/fp16 to Android
* Unidirectional Sequence Lstm is supported in android-nn-driver. * CTS and VTS pass for Unidirectional Sequence Lstm if there are any without weights as inputs. If that isn't the case use the tests implemented in the android driver for LSTM. Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: Ie3a237b67f5101c4f9a2c7bea796e9c674bedba1
Diffstat (limited to 'test/Android.mk')
-rw-r--r--test/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Android.mk b/test/Android.mk
index 89999663..a417624f 100644
--- a/test/Android.mk
+++ b/test/Android.mk
@@ -294,6 +294,7 @@ LOCAL_SRC_FILES := \
1.0/Lstm.cpp \
1.1/Lstm.cpp \
1.2/Lstm.cpp \
+ 1.2/UnidirectionalSequenceLstm.cpp \
Tests.cpp \
UtilsTests.cpp \
Concurrent.cpp \
@@ -400,6 +401,7 @@ LOCAL_SRC_FILES := \
1.0/Lstm.cpp \
1.1/Lstm.cpp \
1.2/Lstm.cpp \
+ 1.2/UnidirectionalSequenceLstm.cpp \
1.3/QLstm.cpp \
1.3/QosTests.cpp \
Tests.cpp \