Home
last modified time | relevance | path

Searched refs:ClusterStateToString (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/core/
Dcomm_util.h112 static std::string ClusterStateToString(const ClusterState &state);
Dnode_manager.cc245 …MS_LOG(INFO) << "[state]: Scheduler change state from:" << CommUtil::ClusterStateToString(cluster_… in UpdateClusterState()
246 << CommUtil::ClusterStateToString(state); in UpdateClusterState()
Dcomm_util.cc185 std::string CommUtil::ClusterStateToString(const ClusterState &state) { in ClusterStateToString() function in mindspore::ps::core::CommUtil
Dscheduler_node.cc63 …MS_LOG(DEBUG) << "The cluster state:" << CommUtil::ClusterStateToString(node_manager_.GetClusterSt… in ProcessHeartbeat()
734 js["cluster_state"] = CommUtil::ClusterStateToString(cluster_state); in ProcessGetClusterState()
Dabstract_node.cc576 << CommUtil::ClusterStateToString(current_cluster_state_); in ProcessHeartbeatResp()
656 << ", cluster state is:" << CommUtil::ClusterStateToString(current_cluster_state_) in ProcessSendMetadata()