Searched refs:RoundConfig (Results 1 – 6 of 6) sorted by relevance
48 …void Initialize(bool use_tcp, bool use_http, uint16_t http_port, const std::vector<RoundConfig> &r…164 std::vector<RoundConfig> rounds_config_;
91 bool ReInitForUpdatingHyperParams(const std::vector<RoundConfig> &updated_rounds_config);
47 struct RoundConfig { struct
51 …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()
196 bool Iteration::ReInitForUpdatingHyperParams(const std::vector<RoundConfig> &updated_rounds_config)… in ReInitForUpdatingHyperParams()726 std::vector<RoundConfig> new_round_config = { in ReInitRounds()
836 std::vector<fl::server::RoundConfig> rounds_config = { in StartServerAction()