| 314 | } |
| 315 | |
| 316 | void LoopImpl::DescImplBase::CounterProvider::scn_do_execute() { |
| 317 | mgb_assert(output(0)->dev_tensor().raw_ptr() == m_next_val_dev.raw_ptr()); |
| 318 | } |
| 319 | |
| 320 | void LoopImpl::DescImplBase::CounterProvider::init_output_static_infer_desc() { |
| 321 | using namespace cg::static_infer; |
nothing calls this directly
no test coverage detected