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

Method add_node

src/system/proto/task.pb.h:1403–1405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1401 return node_.Mutable(index);
1402}
1403inline ::PS::Node* ManageNode::add_node() {
1404 return node_.Add();
1405}
1406inline const ::google::protobuf::RepeatedPtrField< ::PS::Node >&
1407ManageNode::node() const {
1408 return node_;

Callers 2

initMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by 1

initMethod · 0.64