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