Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dparameter_aggregator.h55 required_pull_count_(0), in ParameterAggregator()
134 size_t required_pull_count_; variable
Dparameter_aggregator.cc36 required_pull_count_ = threshold_count; in Init()
65 required_pull_count_ = aggr_threshold; in ReInitForUpdatingHyperParams()
138 if (current_pull_count_ == required_pull_count_) { in Pull()