Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/parallel/
D_ps_context.py64 "reconstruct_secrets_threshold": ps_context().set_reconstruct_secrets_threshold,
/third_party/mindspore/mindspore/ccsrc/ps/
Dps_context.h141 void set_reconstruct_secrets_threshold(uint64_t reconstruct_secrets_threshold);
Dps_context.cc370 void PSContext::set_reconstruct_secrets_threshold(uint64_t reconstruct_secrets_threshold) { in set_reconstruct_secrets_threshold() function in mindspore::ps::PSContext
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dinit.cc393 .def("set_reconstruct_secrets_threshold", &PSContext::set_reconstruct_secrets_threshold, in PYBIND11_MODULE()