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

Method Execute

src/backends/reference/workloads/RefStackWorkload.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19{}
20
21void RefStackWorkload::Execute() const
22{
23 Execute(m_Data.m_Inputs, m_Data.m_Outputs);
24}
25
26void RefStackWorkload::Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const
27{

Callers

nothing calls this directly

Calls 5

GetTensorInfoFunction · 0.85
StackFunction · 0.85
push_backMethod · 0.80
sizeMethod · 0.45
MapMethod · 0.45

Tested by

no test coverage detected