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

Method clear_node

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

Source from the content-addressed store, hash-verified

1392 return node_.size();
1393}
1394inline void ManageNode::clear_node() {
1395 node_.Clear();
1396}
1397inline const ::PS::Node& ManageNode::node(int index) const {
1398 return node_.Get(index);
1399}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected