Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/core/
Drecovery_base.cc31 if (!recovery_config.contains(kStoreType)) { in Initialize()
32 MS_LOG(WARNING) << "The " << kStoreType << " is not existed."; in Initialize()
36 std::string type = recovery_config.at(kStoreType).dump(); in Initialize()
/third_party/mindspore/mindspore/ccsrc/fl/server/
Diteration_metrics.cc50 uint32_t storage_type = JsonGetKeyWithException<uint32_t>(value_json, ps::kStoreType); in Initialize()
/third_party/mindspore/mindspore/ccsrc/ps/
Dconstants.h117 constexpr char kStoreType[] = "storage_type"; variable