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

Method Execute

src/backends/reference/workloads/RefPadWorkload.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14{
15
16void RefPadWorkload::Execute() const
17{
18 Execute(m_Data.m_Inputs, m_Data.m_Outputs);
19}
20
21void RefPadWorkload::Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const
22{

Callers

nothing calls this directly

Calls 4

GetTensorInfoFunction · 0.85
PadFunction · 0.85
MirrorPadFunction · 0.85

Tested by

no test coverage detected