aboutsummaryrefslogtreecommitdiff
path: root/src/backends/LayerSupportRegistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/LayerSupportRegistry.cpp')
-rw-r--r--src/backends/LayerSupportRegistry.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/backends/LayerSupportRegistry.cpp b/src/backends/LayerSupportRegistry.cpp
new file mode 100644
index 0000000000..63b4da7337
--- /dev/null
+++ b/src/backends/LayerSupportRegistry.cpp
@@ -0,0 +1,17 @@
+//
+// Copyright © 2017 Arm Ltd. All rights reserved.
+// SPDX-License-Identifier: MIT
+//
+
+#include "LayerSupportRegistry.hpp"
+
+namespace armnn
+{
+
+LayerSupportRegistry& LayerSupportRegistryInstance()
+{
+ static LayerSupportRegistry instance;
+ return instance;
+}
+
+} // namespace armnn