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

Method Execute

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

Source from the content-addressed store, hash-verified

16
17template<armnn::DataType DataType>
18void RefDebugWorkload<DataType>::Execute() const
19{
20 Execute(m_Data.m_Inputs);
21}
22
23template<armnn::DataType DataType>
24void RefDebugWorkload<DataType>::Execute(std::vector<ITensorHandle*> inputs) const

Callers

nothing calls this directly

Calls 3

GetTensorInfoFunction · 0.85
DebugFunction · 0.85
GetNumElementsMethod · 0.45

Tested by

no test coverage detected