Home
last modified time | relevance | path

Searched defs:cluster_exit_with_exception (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/cluster/
Ddummy_cluster_context.cc44 bool ClusterContext::cluster_exit_with_exception() const { return true; } in cluster_exit_with_exception() function in mindspore::distributed::cluster::ClusterContext
Dcluster_context.cc153 bool ClusterContext::cluster_exit_with_exception() const { return cluster_exit_with_exception_; } in cluster_exit_with_exception() function in mindspore::distributed::cluster::ClusterContext
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/
Dinit.cc153 bool cluster_exit_with_exception() { return cluster::ClusterContext::instance()->cluster_exit_with_… in cluster_exit_with_exception() function