Home
last modified time | relevance | path

Searched defs:cipher_time_window (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/tests/st/fl/albert/
Drun_hybrid_train_server.py76 cipher_time_window = args.cipher_time_window variable
/third_party/mindspore/tests/st/fl/hybrid_lenet/
Drun_hybrid_train_server.py74 cipher_time_window = args.cipher_time_window variable
Dtest_hybrid_train_lenet.py86 cipher_time_window = args.cipher_time_window variable
/third_party/mindspore/tests/st/fl/mobile/
Drun_mobile_server.py67 cipher_time_window = args.cipher_time_window variable
Dtest_mobile_lenet.py74 cipher_time_window = args.cipher_time_window variable
/third_party/mindspore/mindspore/ccsrc/ps/
Dps_context.cc360 void PSContext::set_cipher_time_window(uint64_t cipher_time_window) { in set_cipher_time_window()
368 uint64_t PSContext::cipher_time_window() const { return cipher_time_window_; } in cipher_time_window() function in mindspore::ps::PSContext
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dcommon.h64 uint64_t cipher_time_window = 300000; member
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc845 uint64_t cipher_time_window = ps::PSContext::instance()->cipher_time_window(); in StartServerAction() local