Searched refs:set_reconstruct_secrets_threshold (Results 1 – 4 of 4) sorted by relevance
64 "reconstruct_secrets_threshold": ps_context().set_reconstruct_secrets_threshold,
141 void set_reconstruct_secrets_threshold(uint64_t reconstruct_secrets_threshold);
370 void PSContext::set_reconstruct_secrets_threshold(uint64_t reconstruct_secrets_threshold) { in set_reconstruct_secrets_threshold() function in mindspore::ps::PSContext
393 .def("set_reconstruct_secrets_threshold", &PSContext::set_reconstruct_secrets_threshold, in PYBIND11_MODULE()