Home
last modified time | relevance | path

Searched refs:kStoreFilePath (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/core/
Drecovery_base.cc40 if (!recovery_config.contains(kStoreFilePath)) { in Initialize()
41 MS_LOG(WARNING) << "The " << kStoreFilePath << " is not existed."; in Initialize()
44 storage_file_path = recovery_config.at(kStoreFilePath); in Initialize()
/third_party/mindspore/mindspore/ccsrc/fl/server/
Diteration_metrics.cc57 metrics_file_path_ = JsonGetKeyWithException<std::string>(value_json, ps::kStoreFilePath); in Initialize()
/third_party/mindspore/mindspore/ccsrc/ps/
Dconstants.h119 constexpr char kStoreFilePath[] = "storage_file_path"; variable