ArmNN
 22.08
RefRegistryInitializer.cpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #include "RefBackend.hpp"
7 
9 
10 namespace
11 {
12 
13 using namespace armnn;
14 
15 static BackendRegistry::StaticRegistryInitializer g_RegisterHelper
16 {
19  []()
20  {
22  }
23 };
24 
25 } // Anonymous namespace
BackendRegistry & BackendRegistryInstance()
static const BackendId & GetIdStatic()
Definition: RefBackend.cpp:24
Copyright (c) 2021 ARM Limited and Contributors.
std::unique_ptr< IBackendInternal > IBackendInternalUniquePtr