Searched refs:IsAllWeightAggregationDone (Results 1 – 4 of 4) sorted by relevance
85 bool IsAllWeightAggregationDone();
233 bool Executor::IsAllWeightAggregationDone() { return IsWeightAggrDone(param_names_); } in IsAllWeightAggregationDone() function in mindspore::fl::server::Executor
122 while (!Executor::GetInstance().IsAllWeightAggregationDone()) { in OnLastCountEvent()
117 while (!executor_->IsAllWeightAggregationDone()) { in OnLastCountEvent()