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