From 57aebf60bbe5d2072aa3e7ec18b117aa35cd1060 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Wed, 27 May 2020 13:46:35 +0100 Subject: IVGCVSW-4850 Create QLSTM unit test in android-nn-driver * Fixed small compile issue. Signed-off-by: Sadik Armagan Change-Id: Id3dbb2daf633532ad29e8cc2cb3d112437c2f649 --- test/1.3/QLstm.cpp | 10 +++++----- 1 file 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) { -- cgit v1.2.1