aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2020-05-27 13:46:35 +0100
committerJim Flynn <jim.flynn@arm.com>2020-06-02 16:36:22 +0000
commit57aebf60bbe5d2072aa3e7ec18b117aa35cd1060 (patch)
treea820b41262f2e6aeea5703171cfc738440615df8
parent157f8f486a3362ae2668a0628065c8c2ad1784fc (diff)
downloadandroid-nn-driver-57aebf60bbe5d2072aa3e7ec18b117aa35cd1060.tar.gz
IVGCVSW-4850 Create QLSTM unit test in android-nn-driver
* Fixed small compile issue. Signed-off-by: Sadik Armagan <sadik.armagan@arm.com> Change-Id: Id3dbb2daf633532ad29e8cc2cb3d112437c2f649
-rw-r--r--test/1.3/QLstm.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/1.3/QLstm.cpp b/test/1.3/QLstm.cpp
index b4308d2c..608e408c 100644
--- a/test/1.3/QLstm.cpp
+++ b/test/1.3/QLstm.cpp
@@ -865,11 +865,11 @@ void QLstmWithNoProjection(armnn::Compute compute)
} // anonymous namespace
-BOOST_DATA_TEST_CASE(QLSTMWithProjectionTest, COMPUTE_DEVICES)
-{
- // Support is not added yet
- // QLstmWithProjection(sample);
-}
+// Support is not added yet
+//BOOST_DATA_TEST_CASE(QLSTMWithProjectionTest, COMPUTE_DEVICES)
+//{
+// QLstmWithProjection(sample);
+//}
BOOST_DATA_TEST_CASE(QLSTMWithNoProjectionTest, COMPUTE_DEVICES)
{