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

Method BCDServer

src/learner/bcd.h:196–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194class BCDServer : public App, public BCDCommon {
195 public:
196 BCDServer(const string& name, const BCDConfig& conf)
197 : App(name), BCDCommon(conf), model_(name+"_model", name) { }
198 virtual ~BCDServer() { }
199
200 void process(const MessagePtr& msg) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected