Searched defs:IsAggregationDone (Results 1 – 3 of 3) sorted by relevance
97 bool IsAggregationDone() { return accum_count_ >= done_count_; } in IsAggregationDone() function
165 bool IsAggregationDone() override { return done_; } in IsAggregationDone() function
176 bool ParameterAggregator::IsAggregationDone() const { in IsAggregationDone() function in mindspore::fl::server::ParameterAggregator