Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dexecutor.h85 bool IsAllWeightAggregationDone();
Dexecutor.cc233 bool Executor::IsAllWeightAggregationDone() { return IsWeightAggrDone(param_names_); } in IsAllWeightAggregationDone() function in mindspore::fl::server::Executor
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/
Dreconstruct_secrets_kernel.cc122 while (!Executor::GetInstance().IsAllWeightAggregationDone()) { in OnLastCountEvent()
Dupdate_model_kernel.cc117 while (!executor_->IsAllWeightAggregationDone()) { in OnLastCountEvent()