23 auto factoryFunc = backendRegistry.
GetFactory(backend);
24 auto backendObject = factoryFunc();
25 return backendObject->GetLayerSupport();
FactoryFunction GetFactory(const BackendId &id) const
bool IsBackendRegistered(const BackendId &id) const
BackendRegistry & BackendRegistryInstance()
Copyright (c) 2020 ARM Limited.
std::shared_ptr< ILayerSupport > GetILayerSupportByBackendId(const armnn::BackendId &backend)
Convenience function to retrieve the ILayerSupport for a backend.