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

Method BCDWorker

src/learner/bcd.h:279–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277class BCDWorker : public App, public BCDCommon {
278 public:
279 BCDWorker(const string& name, const BCDConfig& conf)
280 : App(name), BCDCommon(conf), model_(name+"_model", name) { }
281 virtual ~BCDWorker() { }
282
283 void process(const MessagePtr& msg) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected