MCPcopy 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
142bool LayerSupportHandle::IsBackendRegistered() const
143{
144 if (m_LayerSupport)
145 {
146 return true;
147 }
148
149 return false;
150}
151
152using TensorInfos = std::vector<TensorInfo>;
153

Callers 9

GetCapabilityFunction · 0.45
HasMatchingCapabilityFunction · 0.45
GetNumberOfCacheFilesFunction · 0.45
UtilsTests.cppFile · 0.45

Calls

no outgoing calls

Tested by 1