MCPcopy 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

pullAndUpdateDualMethod · 0.80
updateModelMethod · 0.80
readMinibatchMethod · 0.80
WorkerNodeMainFunction · 0.80
preprocessDataMethod · 0.80

Calls 1

set_cmdMethod · 0.45

Tested by

no test coverage detected