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

Method size

src/system/remote_node.cc:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9DEFINE_bool(message_compression, true, "");
10
11int RNode::size() {
12 return (role() == Node::GROUP ? exec_.group(id()).size() : 1);
13}
14
15int RNode::submit(const MessagePtr& msg) {
16 CHECK_NOTNULL(this); CHECK(msg);

Callers 15

runMethod · 0.45
addSubNodeMethod · 0.45
removeSubNodeMethod · 0.45
HeartbeatInfoMethod · 0.45
shortDebugStringMethod · 0.45
debugStringMethod · 0.45
sliceKeyOrderedMsgFunction · 0.45
titleMethod · 0.45
connectMethod · 0.45
sendMethod · 0.45
CustomerMethod · 0.45
sliceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected