aboutsummaryrefslogtreecommitdiff
path: root/test/1.2
diff options
context:
space:
mode:
authorEllen Norris-Thompson <ellen.norris-thompson@arm.com>2019-08-05 14:20:32 +0100
committerEllen Norris-Thompson <ellen.norris-thompson@arm.com>2019-08-22 11:18:39 +0100
commita3d7fad1dc3c29ab614f6f277aeea74dc67d219a (patch)
tree306957dc6c39ae52560b949944748a14c4b63023 /test/1.2
parent976ad3e257c4a68e809f5a7fe3b7a99bb3f1fba4 (diff)
downloadandroid-nn-driver-a3d7fad1dc3c29ab614f6f277aeea74dc67d219a.tar.gz
IVGCVSW-3613 Add Quantized LSTM test to Android NN Driver
Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com> Change-Id: Ie3c535789186571df9000d75ad2a62ac8c94dcb4
Diffstat (limited to 'test/1.2')
-rw-r--r--test/1.2/Lstm.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/1.2/Lstm.cpp b/test/1.2/Lstm.cpp
index a76b7610..032b5373 100644
--- a/test/1.2/Lstm.cpp
+++ b/test/1.2/Lstm.cpp
@@ -41,4 +41,9 @@ BOOST_DATA_TEST_CASE(LstmCifgPeepholeProjectionNoClippingLayerNormTest, COMPUTE_
LstmCifgPeepholeProjectionNoClippingLayerNorm<hal_1_2::HalPolicy>(sample);
}
+BOOST_DATA_TEST_CASE(QuantizedLstmTest, COMPUTE_DEVICES)
+{
+ QuantizedLstm<hal_1_2::HalPolicy>(sample);
+}
+
BOOST_AUTO_TEST_SUITE_END()