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

Method Execute

src/backends/reference/workloads/RefSoftmaxWorkload.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

GetTensorInfoFunction · 0.85
SoftmaxFunction · 0.85
MapMethod · 0.45

Tested by

no test coverage detected