| 18 | { |
| 19 | |
| 20 | void RefSoftmaxWorkload::Execute() const |
| 21 | { |
| 22 | Execute(m_Data.m_Inputs, m_Data.m_Outputs); |
| 23 | } |
| 24 | |
| 25 | void RefSoftmaxWorkload::Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const |
| 26 | { |
nothing calls this directly
no test coverage detected