From fbebcbdb589ce7627c578a34a8d05cdb92ccd3db Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Tue, 16 Oct 2018 09:45:08 +0100 Subject: Restored test that was commented out when working on LSTM Change-Id: I161a832e4e53cf014a3d57784bd2f0bffbd633b5 --- src/backends/test/IsLayerSupportedTestImpl.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/backends/test/IsLayerSupportedTestImpl.hpp b/src/backends/test/IsLayerSupportedTestImpl.hpp index 867f7f2732..1bcf56dc61 100644 --- a/src/backends/test/IsLayerSupportedTestImpl.hpp +++ b/src/backends/test/IsLayerSupportedTestImpl.hpp @@ -418,8 +418,7 @@ bool IsLayerSupportedTest(FactoryType *factory, Tag) try { bool retVal = LayerPolicy::MakeDummyWorkload(factory, numIn, numOut).get() != nullptr; - // hacky way (it has to be replaced): for Lstm, we only support F32 right now -// BOOST_CHECK_MESSAGE(retVal, layerName << errorMsg); + BOOST_CHECK_MESSAGE(retVal, layerName << errorMsg); return retVal; } catch(const armnn::InvalidArgumentException& e) -- cgit v1.2.1