aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/BackendRegistry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/BackendRegistry.hpp')
-rw-r--r--include/armnn/BackendRegistry.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/armnn/BackendRegistry.hpp b/include/armnn/BackendRegistry.hpp
index 82e59d970b..a0cfee9391 100644
--- a/include/armnn/BackendRegistry.hpp
+++ b/include/armnn/BackendRegistry.hpp
@@ -43,6 +43,8 @@ public:
}
};
+ void Deregister(const BackendId& id);
+
protected:
using FactoryStorage = std::unordered_map<BackendId, FactoryFunction>;