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

Method SharedParameter

src/parameter/shared_parameter.h:14–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12class SharedParameter : public Customer {
13 public:
14 SharedParameter(const string& my_name, const string& parent_name)
15 : Customer(my_name, parent_name) { }
16 // convenient wrappers of functions in remote_node.h
17 int sync(MessagePtr msg) {
18 CHECK(msg->task.shared_para().has_cmd()) << msg->debugString();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected