| 43 | } |
| 44 | |
| 45 | void RefComparisonWorkload::Execute() const |
| 46 | { |
| 47 | Execute(m_Data.m_Inputs, m_Data.m_Outputs); |
| 48 | } |
| 49 | |
| 50 | void RefComparisonWorkload::Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const |
| 51 | { |
nothing calls this directly
no test coverage detected