Home
last modified time | relevance | path

Searched refs:RoundConfig (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dserver.h48 …void Initialize(bool use_tcp, bool use_http, uint16_t http_port, const std::vector<RoundConfig> &r…
164 std::vector<RoundConfig> rounds_config_;
Diteration.h91 bool ReInitForUpdatingHyperParams(const std::vector<RoundConfig> &updated_rounds_config);
Dcommon.h47 struct RoundConfig { struct
Dserver.cc51 …ize(bool use_tcp, bool use_http, uint16_t http_port, const std::vector<RoundConfig> &rounds_config, in Initialize()
202 for (const RoundConfig &config : rounds_config_) { in InitIteration()
Diteration.cc196 bool Iteration::ReInitForUpdatingHyperParams(const std::vector<RoundConfig> &updated_rounds_config)… in ReInitForUpdatingHyperParams()
726 std::vector<RoundConfig> new_round_config = { in ReInitRounds()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc836 std::vector<fl::server::RoundConfig> rounds_config = { in StartServerAction()