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

Method CreateBackendSpecificModelContext

src/backends/cl/ClBackend.cpp:246–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246IBackendInternal::IBackendSpecificModelContextPtr ClBackend::CreateBackendSpecificModelContext(
247 const ModelOptions& modelOptions) const
248{
249 return IBackendSpecificModelContextPtr{new ClBackendModelContext{modelOptions}};
250}
251
252IBackendInternal::ILayerSupportSharedPtr ClBackend::GetLayerSupport() const
253{

Callers 4

GetFactoryMethod · 0.45
GetFactoryMethod · 0.45
GetFactoryMethod · 0.45
GetFactoryMethod · 0.45

Calls

no outgoing calls

Tested by 4

GetFactoryMethod · 0.36
GetFactoryMethod · 0.36
GetFactoryMethod · 0.36
GetFactoryMethod · 0.36