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

Method NodeInfo

src/system/executor.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74 struct NodeInfo {
75 NodeInfo() { };
76 ~NodeInfo() { delete node; }
77
78 void addSubNode(RNode* s);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected