Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/fl/worker/
Dfl_worker.cc162 worker_iteration_state_ = IterationState::kRunning; in SetIterationRunning()
167 worker_iteration_state_ = IterationState::kCompleted; in SetIterationCompleted()
222 worker_iteration_state_.load() != IterationState::kCompleted) { in ProcessBeforeScalingOut()
232 worker_iteration_state_.load() != IterationState::kCompleted) { in ProcessBeforeScalingIn()
Dfl_worker.h107 worker_iteration_state_(IterationState::kCompleted), in FLWorker()
151 std::atomic<IterationState> worker_iteration_state_; variable