Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
1403
inline ::PS::Node* ManageNode::add_node() {
1404
return node_.Add();
1405
}
1406
inline const ::google::protobuf::RepeatedPtrField< ::PS::Node >&
1407
ManageNode::node() const {
1408
return node_;
Callers
2
init
Method · 0.80
start
Method · 0.80
Calls
no outgoing calls
Tested by
1
init
Method · 0.64