Restored test that was commented out when working on LSTM
authorMatteo Martincigh <matteo.martincigh@arm.com>
Tue, 16 Oct 2018 08:45:08 +0000 (09:45 +0100)
committerMatthew Bentham <matthew.bentham@arm.com>
Mon, 22 Oct 2018 15:57:54 +0000 (16:57 +0100)
Change-Id: I161a832e4e53cf014a3d57784bd2f0bffbd633b5

src/backends/test/IsLayerSupportedTestImpl.hpp

index 867f7f2..1bcf56d 100644 (file)
@@ -418,8 +418,7 @@ bool IsLayerSupportedTest(FactoryType *factory, Tag<Type>)
         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)