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

Method Execute

src/backends/reference/workloads/RefReduceWorkload.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

GetTensorInfoFunction · 0.85
ReduceFunction · 0.85
MapMethod · 0.45

Tested by

no test coverage detected