MCPcopy Create free account
hub / github.com/dmlc/parameter_server / RNode

Method RNode

src/system/remote_node.h:18–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 public:
17 friend class Executor;
18 RNode(const Node& node, Executor& exec)
19 : sys_(Postoffice::instance()), exec_(exec), node_(node) { }
20 ~RNode() { }
21
22 // info of the remote node

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected