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

Method Execute

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

TransposeFunction · 0.85
GetTensorInfoFunction · 0.85
GetShapeMethod · 0.45
MapMethod · 0.45

Tested by

no test coverage detected