MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / SchedulerEmpty

Method SchedulerEmpty

oneflow/core/vm/virtual_machine_engine.cpp:467–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467bool 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

Callers 3

ScheduleUntilVMEmptyFunction · 0.80
~VirtualMachineMethod · 0.80
RunInCurrentThreadMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected