Searched refs:aggr_threshold (Results 1 – 5 of 5) sorted by relevance
63 bool ParameterAggregator::ReInitForUpdatingHyperParams(size_t aggr_threshold) { in ReInitForUpdatingHyperParams() argument64 required_push_count_ = aggr_threshold; in ReInitForUpdatingHyperParams()65 required_pull_count_ = aggr_threshold; in ReInitForUpdatingHyperParams()67 [aggr_threshold](auto aggregation_kernel) { in ReInitForUpdatingHyperParams()69 … return !aggregation_kernel.first->ReInitForUpdatingHyperParams(aggr_threshold); in ReInitForUpdatingHyperParams()
55 bool ReInitForUpdatingHyperParams(size_t aggr_threshold);
72 bool ReInitForUpdatingHyperParams(size_t aggr_threshold);
54 bool Executor::ReInitForUpdatingHyperParams(size_t aggr_threshold) { in ReInitForUpdatingHyperParams() argument55 aggregation_count_ = aggr_threshold; in ReInitForUpdatingHyperParams()
181 bool ReInitForUpdatingHyperParams(size_t aggr_threshold) override { in ReInitForUpdatingHyperParams() argument182 done_count_ = aggr_threshold; in ReInitForUpdatingHyperParams()