MCPcopy 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

computeGradientMethod · 0.80
WorkerNodeMainFunction · 0.80
preprocessDataMethod · 0.80

Calls 1

waitOutgoingTaskMethod · 0.80

Tested by

no test coverage detected