Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/fl/worker/
Dfl_worker.cc191 … std::bind(&FLWorker::ProcessBeforeScalingOut, this)); in InitializeFollowerScaler()
219 void FLWorker::ProcessBeforeScalingOut() { in ProcessBeforeScalingOut() function in mindspore::fl::worker::FLWorker
Dfl_worker.h121 void ProcessBeforeScalingOut();
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dserver.h134 void ProcessBeforeScalingOut();
Dserver.cc316 … std::bind(&Server::ProcessBeforeScalingOut, this)); in RegisterCommCallbacks()
449 void Server::ProcessBeforeScalingOut() { in ProcessBeforeScalingOut() function in mindspore::fl::server::Server