Home
last modified time | relevance | path

Searched refs:ReadyForUpdateWeights (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/
Dparameter_server.h137 inline bool ReadyForUpdateWeights() const;
Dparameter_server.cc274 …MS_LOG(INFO) << "The running is:" << running_ << " the ready is:" << this->ReadyForUpdateWeights(); in UpdateWeights()
276 apply_grads_cv_.wait(lock, [this] { return this->ReadyForUpdateWeights() || !running_; }); in UpdateWeights()
351 if (ReadyForUpdateWeights()) { in AccumGrad()
444 inline bool ParameterServer::ReadyForUpdateWeights() const { in ReadyForUpdateWeights() function in mindspore::ps::ParameterServer