Home
last modified time | relevance | path

Searched refs:SetIterationRunning (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/worker/
Dfl_worker.h82 void SetIterationRunning();
Dfl_worker.cc160 void FLWorker::SetIterationRunning() { in SetIterationRunning() function in mindspore::fl::worker::FLWorker
/third_party/mindspore/mindspore/ccsrc/fl/server/
Diteration.h77 void SetIterationRunning();
Diteration.cc145 void Iteration::SetIterationRunning() { in SetIterationRunning() function in mindspore::fl::server::Iteration
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/fl/
Dfused_pull_weight_kernel.h122 fl::worker::FLWorker::GetInstance().SetIterationRunning(); in Launch()
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/
Dstart_fl_job_kernel.cc137 Iteration::GetInstance().SetIterationRunning(); in OnFirstCountEvent()