Home
last modified time | relevance | path

Searched defs:persistent_json (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/recovery/
Drecovery_context.cc426 const std::shared_ptr<storage::JsonUtils> &RecoveryContext::persistent_json() { in persistent_json() function in mindspore::distributed::recovery::RecoveryContext
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/collective/
Dcollective_manager.cc124 auto persistent_json = RecoveryContext::GetInstance()->persistent_json(); in CheckUniqueIDLatest() local