Home
last modified time | relevance | path

Searched defs:ReInitForUpdatingHyperParams (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/
Daggregation_kernel.h70 virtual bool ReInitForUpdatingHyperParams(size_t) { return true; } in ReInitForUpdatingHyperParams() function
Dfed_avg_kernel.h181 bool ReInitForUpdatingHyperParams(size_t aggr_threshold) override { in ReInitForUpdatingHyperParams() function
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dround.cc105 bool Round::ReInitForUpdatingHyperParams(size_t updated_threshold_count, size_t updated_time_window… in ReInitForUpdatingHyperParams() function in mindspore::fl::server::Round
Dexecutor.cc54 bool Executor::ReInitForUpdatingHyperParams(size_t aggr_threshold) { in ReInitForUpdatingHyperParams() function in mindspore::fl::server::Executor
Dparameter_aggregator.cc63 bool ParameterAggregator::ReInitForUpdatingHyperParams(size_t aggr_threshold) { in ReInitForUpdatingHyperParams() function in mindspore::fl::server::ParameterAggregator
Diteration.cc196 bool Iteration::ReInitForUpdatingHyperParams(const std::vector<RoundConfig> &updated_rounds_config)… in ReInitForUpdatingHyperParams() function in mindspore::fl::server::Iteration