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

Method AddPrecompiledLayer

src/armnn/Network.cpp:369–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369IConnectableLayer* INetwork::AddPrecompiledLayer(const PreCompiledDescriptor& preCompiledDescriptor,
370 CompiledBlobPtr compiledBlobPtr,
371 const Optional<BackendId>& backend,
372 const char* name)
373{
374 return pNetworkImpl->AddPrecompiledLayer(preCompiledDescriptor, std::move(compiledBlobPtr), backend, name);
375}
376
377IConnectableLayer* INetwork::AddActivationLayer(const ActivationDescriptor& activationDescriptor,
378 const char* name)

Callers 4

OptimizeSubgraphViewMethod · 0.80
OptimizeSubgraphViewMethod · 0.80

Calls 5

SetPreCompiledObjectMethod · 0.80
GetBackendHintMethod · 0.80
has_valueMethod · 0.45
SetBackendIdMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected