Searched refs:IsAggregationDone (Results 1 – 6 of 6) sorted by relevance
59 virtual bool IsAggregationDone() = 0;
97 bool IsAggregationDone() { return accum_count_ >= done_count_; } in IsAggregationDone() function
165 bool IsAggregationDone() override { return done_; } in IsAggregationDone() function
97 bool IsAggregationDone() const;
96 if (param_aggr->IsAggregationDone()) { in HandlePush()249 if (!param_aggr->IsAggregationDone()) { in IsWeightAggrDone()
176 bool ParameterAggregator::IsAggregationDone() const { in IsAggregationDone() function in mindspore::fl::server::ParameterAggregator181 if (!aggr_kernel->IsAggregationDone()) { in IsAggregationDone()