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

Method Query

oneflow/core/vm/ep_event.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30bool EpEvent::Query() const {
31 device_->SetAsActiveDevice();
32 return CHECK_JUST(event_->QueryDone());
33}
34
35} // namespace oneflow

Callers 1

doneMethod · 0.45

Calls 2

SetAsActiveDeviceMethod · 0.45
QueryDoneMethod · 0.45

Tested by

no test coverage detected