Home
last modified time | relevance | path

Searched refs:cluster_config_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/
Dps_context.cc66cluster_config_ = std::make_unique<core::ClusterConfig>(worker_num_, server_num_, scheduler_host_,… in SetPSEnable()
411 if (cluster_config_ == nullptr) { in cluster_config()
414 return *cluster_config_; in cluster_config()
Dps_context.h219 cluster_config_(nullptr), in PSContext()
298 std::unique_ptr<core::ClusterConfig> cluster_config_; variable