Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
bool EpEvent::Query() const {
31
device_->SetAsActiveDevice();
32
return CHECK_JUST(event_->QueryDone());
33
}
34
35
} // namespace oneflow
Callers
1
done
Method · 0.45
Calls
2
SetAsActiveDevice
Method · 0.45
QueryDone
Method · 0.45
Tested by
no test coverage detected