Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dparameter_aggregator.cc350 std::vector<std::string> aggregation_algorithm = {}; in SelectAggregationAlgorithm() local
353 (void)aggregation_algorithm.emplace_back("FedAvg"); in SelectAggregationAlgorithm()
355 (void)aggregation_algorithm.emplace_back("DenseGradAccum"); in SelectAggregationAlgorithm()
358 return aggregation_algorithm; in SelectAggregationAlgorithm()
361 MS_LOG(INFO) << "Aggregation algorithm selection result: " << aggregation_algorithm; in SelectAggregationAlgorithm()
362 return aggregation_algorithm; in SelectAggregationAlgorithm()