24.08
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
8
#include <
armnn/BackendRegistry.hpp
>
9
10
namespace
11
{
12
13
using namespace
armnn
;
14
15
static
BackendRegistry::StaticRegistryInitializer
g_RegisterHelper
16
{
17
BackendRegistryInstance
(),
18
TosaRefBackend::GetIdStatic
(),
19
[]()
20
{
21
return
IBackendInternalUniquePtr
(
new
TosaRefBackend
);
22
}
23
};
24
25
}
// Anonymous namespace
armnn::TosaRefBackend
Definition:
TosaRefBackend.hpp:12
BackendRegistry.hpp
armnn::BackendRegistryInstance
BackendRegistry & BackendRegistryInstance()
Definition:
BackendRegistry.cpp:15
TosaRefBackend.hpp
armnn::BackendRegistry::StaticRegistryInitializer
Definition:
BackendRegistry.hpp:56
armnn::TosaRefBackend::GetIdStatic
static const BackendId & GetIdStatic()
Definition:
TosaRefBackend.cpp:32
armnn
Copyright (c) 2021 ARM Limited and Contributors.
Definition:
01_00_quick_start.dox:6
armnn::IBackendInternalUniquePtr
std::unique_ptr< IBackendInternal > IBackendInternalUniquePtr
Definition:
BackendRegistry.hpp:32
src
backends
tosaReference
TosaRefRegistryInitializer.cpp
Generated on Wed Aug 28 2024 14:31:52 for Arm NN by
1.8.17