Searched defs:ReInitForUpdatingHyperParams (Results 1 – 6 of 6) sorted by relevance
70 virtual bool ReInitForUpdatingHyperParams(size_t) { return true; } in ReInitForUpdatingHyperParams() function
181 bool ReInitForUpdatingHyperParams(size_t aggr_threshold) override { in ReInitForUpdatingHyperParams() function
105 bool Round::ReInitForUpdatingHyperParams(size_t updated_threshold_count, size_t updated_time_window… in ReInitForUpdatingHyperParams() function in mindspore::fl::server::Round
54 bool Executor::ReInitForUpdatingHyperParams(size_t aggr_threshold) { in ReInitForUpdatingHyperParams() function in mindspore::fl::server::Executor
63 bool ParameterAggregator::ReInitForUpdatingHyperParams(size_t aggr_threshold) { in ReInitForUpdatingHyperParams() function in mindspore::fl::server::ParameterAggregator
196 bool Iteration::ReInitForUpdatingHyperParams(const std::vector<RoundConfig> &updated_rounds_config)… in ReInitForUpdatingHyperParams() function in mindspore::fl::server::Iteration