aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/ClLayerSupport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/cl/ClLayerSupport.cpp')
-rw-r--r--src/backends/cl/ClLayerSupport.cpp17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/backends/cl/ClLayerSupport.cpp b/src/backends/cl/ClLayerSupport.cpp
index f4e14c24d0..039f1c24f0 100644
--- a/src/backends/cl/ClLayerSupport.cpp
+++ b/src/backends/cl/ClLayerSupport.cpp
@@ -10,7 +10,7 @@
#include <InternalTypes.hpp>
#include <LayerSupportCommon.hpp>
-#include <backendsCommon/LayerSupportRegistry.hpp>
+#include <backendsCommon/BackendRegistry.hpp>
#include <boost/core/ignore_unused.hpp>
@@ -44,21 +44,6 @@ namespace armnn
namespace
{
-ILayerSupportSharedPtr GetLayerSupportPointer()
-{
- static ILayerSupportSharedPtr instance{new ClLayerSupport};
- return instance;
-}
-
-static StaticRegistryInitializer<LayerSupportRegistry> g_RegisterHelper{
- LayerSupportRegistryInstance(),
- ClBackendId(),
- []()
- {
- return GetLayerSupportPointer();
- }
-};
-
template<unsigned int FilterSize>
bool IsMatchingSize2d(const TensorInfo& weightInfo)
{