Searched refs:aggregation_algorithm (Results 1 – 1 of 1) sorted by relevance
350 std::vector<std::string> aggregation_algorithm = {}; in SelectAggregationAlgorithm() local353 (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()