Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dserver.h49 … const CipherConfig &cipher_config, const FuncGraphPtr &func_graph, size_t executor_threshold);
165 CipherConfig cipher_config_;
Dcommon.h62 struct CipherConfig { struct
Dserver.cc52 … const CipherConfig &cipher_config, const FuncGraphPtr &func_graph, size_t executor_threshold) { in Initialize()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc870 fl::server::CipherConfig cipher_config = { in StartServerAction()