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

Method LoadNetwork

src/armnn/Runtime.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62Status IRuntime::LoadNetwork(NetworkId& networkIdOut, IOptimizedNetworkPtr network)
63{
64 return pRuntimeImpl->LoadNetwork(networkIdOut, std::move(network));
65}
66
67Status IRuntime::LoadNetwork(NetworkId& networkIdOut,
68 IOptimizedNetworkPtr network,

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
ArmnnNetworkExecutorMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
SetupMethod · 0.80
SetupMethod · 0.80

Calls 7

RegisterProfilerMethod · 0.80
BeforeLoadNetworkMethod · 0.80
AfterLoadNetworkMethod · 0.80
IncrementCounterValueMethod · 0.80
GetProfilerMethod · 0.45
getMethod · 0.45
IsProfilingEnabledMethod · 0.45

Tested by 15

SetupMethod · 0.64
QLstmEndToEndFunction · 0.64
GetSoftmaxProfilerJsonFunction · 0.64
ConstantUsageTestFunction · 0.64
EndToEndLayerTestImplFunction · 0.64
ImportAlignedPointerTestFunction · 0.64
ImportOnlyWorkloadFunction · 0.64
ExportOnlyWorkloadFunction · 0.64
ImportAndExportWorkloadFunction · 0.64