| 20 | : RefBaseWorkload<ReduceQueueDescriptor>(descriptor, info) {} |
| 21 | |
| 22 | void RefReduceWorkload::Execute() const |
| 23 | { |
| 24 | Execute(m_Data.m_Inputs, m_Data.m_Outputs); |
| 25 | } |
| 26 | |
| 27 | void RefReduceWorkload::Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const |
| 28 | { |
nothing calls this directly
no test coverage detected