Searched refs:aggregator_with_params (Results 1 – 1 of 1) sorted by relevance
101 for (auto &aggregator_with_params : aggregation_kernel_parameters_) { in LaunchAggregators() local102 KernelParams ¶ms = 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() local159 std::shared_ptr<kernel::AggregationKernel> aggr_kernel = aggregator_with_params.first; in ResetAggregationStatus()178 for (auto &aggregator_with_params : aggregation_kernel_parameters_) { in IsAggregationDone() local179 std::shared_ptr<kernel::AggregationKernel> aggr_kernel = aggregator_with_params.first; in IsAggregationDone()