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

Method ExecuteWorkloads

src/armnn/ExecutionFrame.cpp:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12ExecutionFrame::ExecutionFrame() {}
13
14IExecutionFrame* ExecutionFrame::ExecuteWorkloads(IExecutionFrame* previousFrame)
15{
16 IgnoreUnused(previousFrame);
17 for (auto& workload: m_WorkloadQueue)
18 {
19 workload->Execute();
20 }
21 return m_NextExecutionFrame;
22}
23
24void ExecutionFrame::PostAllocationConfigure()
25{

Callers 1

Calls 2

IgnoreUnusedFunction · 0.50
ExecuteMethod · 0.45

Tested by

no test coverage detected