Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/parameter_server
/ waitOutMsg
Method
waitOutMsg
src/parameter/shared_parameter.h:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void waitOutMsg(const NodeID& node, int time) {
35
port(node)->waitOutgoingTask(time);
36
}
37
38
void finish(const NodeID& node, int time) {
39
port(node)->finishIncomingTask(time);
Callers
3
computeGradient
Method · 0.80
WorkerNodeMain
Function · 0.80
preprocessData
Method · 0.80
Calls
1
waitOutgoingTask
Method · 0.80
Tested by
no test coverage detected