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

Method EnqueueWorkload

src/armnn/Runtime.cpp:104–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104Status IRuntime::EnqueueWorkload(NetworkId networkId,
105 const InputTensors& inputTensors,
106 const OutputTensors& outputTensors,
107 std::vector<ImportedInputId> preImportedInputIds,
108 std::vector<ImportedOutputId> preImportedOutputIds)
109{
110 return pRuntimeImpl->EnqueueWorkload(networkId, inputTensors, outputTensors,
111 preImportedInputIds, preImportedOutputIds);
112}
113
114Status IRuntime::UnloadNetwork(NetworkId networkId)
115{

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
RunMethod · 0.45
InvokeMethod · 0.45
InvokeMethod · 0.45
RunTestMethod · 0.45
RunTestMethod · 0.45

Calls 9

GetTimeNowFunction · 0.85
GetTimeDurationFunction · 0.85
RegisterProfilerMethod · 0.80
FreeWorkingMemoryMethod · 0.80
emptyMethod · 0.80
AfterEnqueueWorkloadMethod · 0.80
getMethod · 0.45
GetProfilerMethod · 0.45
countMethod · 0.45

Tested by 15

RunTestMethod · 0.36
RunInferenceFunction · 0.36
QLstmEndToEndFunction · 0.36
GetSoftmaxProfilerJsonFunction · 0.36
ConstantUsageTestFunction · 0.36
EndToEndLayerTestImplFunction · 0.36
ImportAlignedPointerTestFunction · 0.36
ImportOnlyWorkloadFunction · 0.36
ExportOnlyWorkloadFunction · 0.36