Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/fl/worker/
Dfl_worker.cc193 … std::bind(&FLWorker::ProcessBeforeScalingIn, this)); in InitializeFollowerScaler()
229 void FLWorker::ProcessBeforeScalingIn() { in ProcessBeforeScalingIn() function in mindspore::fl::worker::FLWorker
Dfl_worker.h122 void ProcessBeforeScalingIn();
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dserver.h135 void ProcessBeforeScalingIn();
Dserver.cc318 … std::bind(&Server::ProcessBeforeScalingIn, this)); in RegisterCommCallbacks()
455 void Server::ProcessBeforeScalingIn() { in ProcessBeforeScalingIn() function in mindspore::fl::server::Server