projects
/
platform
/
upstream
/
armnn.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
IVGCVSW-1946: Remove armnn/src from the include paths
[platform/upstream/armnn.git]
/
src
/
backends
/
backendsCommon
/
BackendContextRegistry.cpp
1
//
2
// Copyright © 2017 Arm Ltd. All rights reserved.
3
// SPDX-License-Identifier: MIT
4
//
5
6
#include "BackendContextRegistry.hpp"
7
8
namespace armnn
9
{
10
11
BackendContextRegistry& BackendContextRegistryInstance()
12
{
13
static BackendContextRegistry instance;
14
return instance;
15
}
16
17
} // namespace armnn