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

Method Execute

src/backends/reference/workloads/RefConvolution3dWorkload.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void RefConvolution3dWorkload::Execute() const
31{
32 Execute(m_Data.m_Inputs, m_Data.m_Outputs);
33}
34
35void RefConvolution3dWorkload::Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const
36{

Callers

nothing calls this directly

Calls 5

GetTensorInfoFunction · 0.85
Convolve3dFunction · 0.85
MapMethod · 0.45
GetShapeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected