Home
last modified time | relevance | path

Searched refs:cipher_time_window_ (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dserver.h90 cipher_time_window_(0) {}
209 uint64_t cipher_time_window_; variable
Dserver.cc223 cipher_time_window_ = cipher_config_.cipher_time_window; in InitIteration()
233 << " cipher_time_window_: " << cipher_time_window_; in InitIteration()
/third_party/mindspore/mindspore/ccsrc/ps/
Dps_context.cc361 if (cipher_time_window_ < 0) { in set_cipher_time_window()
365 cipher_time_window_ = cipher_time_window; in set_cipher_time_window()
368 uint64_t PSContext::cipher_time_window() const { return cipher_time_window_; } in cipher_time_window()
Dps_context.h211 cipher_time_window_(300000), in PSContext()
274 uint64_t cipher_time_window_; variable