Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dparameter_aggregator.cc101 for (auto &aggregator_with_params : aggregation_kernel_parameters_) { in LaunchAggregators() local
102 KernelParams &params = aggregator_with_params.second; in LaunchAggregators()
103 std::shared_ptr<kernel::AggregationKernel> aggr_kernel = aggregator_with_params.first; in LaunchAggregators()
158 for (auto &aggregator_with_params : aggregation_kernel_parameters_) { in ResetAggregationStatus() local
159 std::shared_ptr<kernel::AggregationKernel> aggr_kernel = aggregator_with_params.first; in ResetAggregationStatus()
178 for (auto &aggregator_with_params : aggregation_kernel_parameters_) { in IsAggregationDone() local
179 std::shared_ptr<kernel::AggregationKernel> aggr_kernel = aggregator_with_params.first; in IsAggregationDone()