Home
last modified time | relevance | path

Searched refs:kCheckReadyForPushCmd (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/
Dconstants.h69 constexpr int64_t kCheckReadyForPushCmd = 25; variable
Dparameter_server.cc580 handlers_[kCheckReadyForPushCmd] = &ServerHandler::HandleCheckReadyForPush; in Init()
591 commands_[kCheckReadyForPushCmd] = "kCheckReadyForPushCmd"; in Init()
Dworker.cc512 PullData({key}, &result, nullptr, kCheckReadyForPushCmd); in IsReadyForPush()