MCPcopy Create free account
hub / github.com/ARM-software/armnn / GetBackend

Method GetBackend

src/backends/backendsCommon/DynamicBackend.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72IBackendInternalUniquePtr DynamicBackend::GetBackend()
73{
74 // This call throws in case of error
75 return CreateBackend();
76}
77
78BackendRegistry::FactoryFunction DynamicBackend::GetFactoryFunction()
79{

Calls

no outgoing calls