Searched refs:SelectAggregationAlgorithm (Results 1 – 2 of 2) sorted by relevance
127 std::vector<std::string> SelectAggregationAlgorithm(const CNodePtr &cnode);
200 std::vector<std::string> aggr_kernel_names = SelectAggregationAlgorithm(cnode); in InitAggregationKernels()349 std::vector<std::string> ParameterAggregator::SelectAggregationAlgorithm(const CNodePtr &) { in SelectAggregationAlgorithm() function in mindspore::fl::server::ParameterAggregator