ArmNN
 22.11
TosaRefRegistryInitializer.cpp
Go to the documentation of this file.
1 //
2 // Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #include "TosaRefBackend.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()
Copyright (c) 2021 ARM Limited and Contributors.
static const BackendId & GetIdStatic()
std::unique_ptr< IBackendInternal > IBackendInternalUniquePtr