Home
last modified time | relevance | path

Searched refs:exchange_keys_threshold (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dcommon.h65 size_t exchange_keys_threshold = 0; member
Dserver.cc216 cipher_exchange_keys_cnt_ = cipher_config_.exchange_keys_threshold; in InitIteration()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc848 size_t exchange_keys_threshold = in StartServerAction() local
851 …std::max(static_cast<size_t>(std::ceil(exchange_keys_threshold * share_secrets_ratio)), update_mod… in StartServerAction()
862 …rounds_config.push_back({"exchangeKeys", true, cipher_time_window, true, exchange_keys_threshold}); in StartServerAction()
871 share_secrets_ratio, cipher_time_window, exchange_keys_threshold, get_keys_threshold, in StartServerAction()