| 15 | |
| 16 | template <armnn::DataType DataType> |
| 17 | void RefTransposeWorkload<DataType>::Execute() const |
| 18 | { |
| 19 | Execute(m_Data.m_Inputs, m_Data.m_Outputs); |
| 20 | } |
| 21 | |
| 22 | template <armnn::DataType DataType> |
| 23 | void RefTransposeWorkload<DataType>::Execute(std::vector<ITensorHandle*> inputs, |
nothing calls this directly
no test coverage detected