From 0fa5e6dda7e9e76d7ca5f77777c35374c768f28c Mon Sep 17 00:00:00 2001 From: Cathal Corbett Date: Fri, 21 Jan 2022 16:55:13 +0000 Subject: 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 Change-Id: Ie3a237b67f5101c4f9a2c7bea796e9c674bedba1 --- test/Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Android.mk') 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 \ -- cgit v1.2.1