Searched refs:IsWeightAggrDone (Results 1 – 3 of 3) sorted by relevance
88 bool IsWeightAggrDone(const std::vector<std::string> ¶m_names);
233 bool Executor::IsAllWeightAggregationDone() { return IsWeightAggrDone(param_names_); } in IsAllWeightAggregationDone()235 bool Executor::IsWeightAggrDone(const std::vector<std::string> ¶m_names) { in IsWeightAggrDone() function in mindspore::fl::server::Executor
93 if (!executor_->IsWeightAggrDone(weight_names) || !executor_->unmasked()) { in PullWeight()