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

Method Postmaster

src/system/postmaster.h:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7class Postmaster {
8 public:
9 Postmaster(Customer* obj) : obj_(CHECK_NOTNULL(obj)) { }
10
11 static std::vector<DataConfig> partitionData(
12 const DataConfig& conf, int num_workers);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected