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

Method Execute

src/backends/reference/workloads/RefComparisonWorkload.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void RefComparisonWorkload::Execute() const
46{
47 Execute(m_Data.m_Inputs, m_Data.m_Outputs);
48}
49
50void RefComparisonWorkload::Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const
51{

Callers

nothing calls this directly

Calls 6

GetTensorInfoFunction · 0.85
GetShapeMethod · 0.45
ResetMethod · 0.45
MapMethod · 0.45

Tested by

no test coverage detected