Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/parameter_server
/ pull
Method
pull
src/parameter/shared_parameter.h:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
return sync(msg);
25
}
26
int pull(MessagePtr msg) {
27
set(msg)->set_cmd(CallSharedPara::PULL);
28
return sync(msg);
29
}
30
void waitInMsg(const NodeID& node, int time) {
31
port(node)->waitIncomingTask(time);
32
}
Callers
5
pullAndUpdateDual
Method · 0.80
updateModel
Method · 0.80
readMinibatch
Method · 0.80
WorkerNodeMain
Function · 0.80
preprocessData
Method · 0.80
Calls
1
set_cmd
Method · 0.45
Tested by
no test coverage detected