Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/fl/worker/
Dfl_worker.cc197 … std::bind(&FLWorker::ProcessAfterScalingOut, this)); in InitializeFollowerScaler()
239 void FLWorker::ProcessAfterScalingOut() { in ProcessAfterScalingOut() function in mindspore::fl::worker::FLWorker
Dfl_worker.h125 void ProcessAfterScalingOut();
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dserver.h138 void ProcessAfterScalingOut();
Dserver.cc321 … std::bind(&Server::ProcessAfterScalingOut, this)); in RegisterCommCallbacks()
461 void Server::ProcessAfterScalingOut() { in ProcessAfterScalingOut() function in mindspore::fl::server::Server