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