From c9cc80455ff29fd2c8622c9487ec9c57ade6ea30 Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Thu, 1 Nov 2018 16:15:57 +0000 Subject: IVGCVSW-1946: Remove armnn/src from the include paths Change-Id: I663a0a0fccb43ee960ec070121a59df9db0bb04e --- src/backends/backendsCommon/BackendContextRegistry.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/backends/backendsCommon/BackendContextRegistry.cpp (limited to 'src/backends/backendsCommon/BackendContextRegistry.cpp') diff --git a/src/backends/backendsCommon/BackendContextRegistry.cpp b/src/backends/backendsCommon/BackendContextRegistry.cpp new file mode 100644 index 0000000000..0168a127af --- /dev/null +++ b/src/backends/backendsCommon/BackendContextRegistry.cpp @@ -0,0 +1,17 @@ +// +// Copyright © 2017 Arm Ltd. All rights reserved. +// SPDX-License-Identifier: MIT +// + +#include "BackendContextRegistry.hpp" + +namespace armnn +{ + +BackendContextRegistry& BackendContextRegistryInstance() +{ + static BackendContextRegistry instance; + return instance; +} + +} // namespace armnn -- cgit v1.2.1