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

Method lastRecvReply

src/system/executor.cc:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141string Executor::lastRecvReply() {
142 CHECK(!active_msg_->task.request());
143 CHECK_EQ(active_msg_->task.type(), Task::REPLY);
144 return active_msg_->task.msg();
145}
146
147// a simple implementation of the DAG execution engine.
148void Executor::run() {

Callers 2

loadTrainingDataMethod · 0.80
mergeProgressMethod · 0.80

Calls 2

requestMethod · 0.80
typeMethod · 0.45

Tested by

no test coverage detected