| 465 | } |
| 466 | |
| 467 | bool VirtualMachineEngine::SchedulerEmpty() const { |
| 468 | // hook and size will be check in pending_instruction_list().empty(). |
| 469 | return pending_instruction_list().empty() && probe_list_.empty() && SchedulerThreadUnsafeEmpty(); |
| 470 | } |
| 471 | |
| 472 | } // namespace vm |
| 473 | } // namespace oneflow |
no test coverage detected