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

Method Execute

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

GetTensorInfoFunction · 0.85
ReduceFunction · 0.85
MapMethod · 0.45

Tested by

no test coverage detected