Home
last modified time | relevance | path

Searched refs:HandleIterationRunningEvent (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/worker/
Dfl_worker.cc201 … std::bind(&FLWorker::HandleIterationRunningEvent, this)); in InitializeFollowerScaler()
206 void FLWorker::HandleIterationRunningEvent() { in HandleIterationRunningEvent() function in mindspore::fl::worker::FLWorker
Dfl_worker.h117 void HandleIterationRunningEvent();
/third_party/mindspore/mindspore/ccsrc/fl/server/
Diteration.h153 void HandleIterationRunningEvent() {} in HandleIterationRunningEvent() function
Diteration.cc58 … std::bind(&Iteration::HandleIterationRunningEvent, this)); in RegisterEventCallback()