IVGCVSW-4009 Enable IsLayerSupported tests again
authorDerek Lamberti <derek.lamberti@arm.com>
Mon, 21 Oct 2019 15:51:11 +0000 (16:51 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Tue, 22 Oct 2019 07:59:11 +0000 (07:59 +0000)
Change-Id: Ie4e32246783c5e6df6421eef77bbc0ac86381259
Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
src/backends/backendsCommon/test/IsLayerSupportedTestImpl.hpp

index 521eef6..82430b1 100644 (file)
@@ -362,7 +362,7 @@ struct LayerTypePolicy<armnn::LayerType::name, DataType> \
     using Desc = descType; \
     using QueueDesc = armnn::name##QueueDescriptor; \
     constexpr static const char* NameStr = #name; \
-    constexpr static const bool IsException = true; \
+    constexpr static const bool IsException = false; \
     \
     static std::unique_ptr<armnn::IWorkload> MakeDummyWorkload(armnn::IWorkloadFactory *factory, \
         unsigned int nIn, unsigned int nOut) \