Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ IsBackendRegistered
Method
IsBackendRegistered
src/armnn/BackendHelper.cpp:142–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
bool LayerSupportHandle::IsBackendRegistered() const
143
{
144
if (m_LayerSupport)
145
{
146
return true;
147
}
148
149
return false;
150
}
151
152
using TensorInfos = std::vector<TensorInfo>;
153
Callers
9
GetSuitableBackendRegistered
Function · 0.45
RegisterDynamicBackendsImpl
Method · 0.45
IsLayerConfigurationSupported
Method · 0.45
GetILayerSupportByBackendId
Function · 0.45
GetCapability
Function · 0.45
HasMatchingCapability
Function · 0.45
GetNumberOfCacheFiles
Function · 0.45
UtilsTests.cpp
File · 0.45
GatordMockTests.cpp
File · 0.45
Calls
no outgoing calls
Tested by
1
GetSuitableBackendRegistered
Function · 0.36