Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/fl/worker/
Dfl_worker.cc203 … std::bind(&FLWorker::HandleIterationCompletedEvent, this)); in InitializeFollowerScaler()
214 void FLWorker::HandleIterationCompletedEvent() { in HandleIterationCompletedEvent() function in mindspore::fl::worker::FLWorker
Dfl_worker.h118 void HandleIterationCompletedEvent();
/third_party/mindspore/mindspore/ccsrc/fl/server/
Diteration.h154 void HandleIterationCompletedEvent() {} in HandleIterationCompletedEvent() function
Diteration.cc60 … std::bind(&Iteration::HandleIterationCompletedEvent, this)); in RegisterEventCallback()