Home
last modified time | relevance | path

Searched defs:set_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.cc42 void ClusterContext::set_cluster_exit_with_exception() { return; } in set_cluster_exit_with_exception() function in mindspore::distributed::cluster::ClusterContext
Dcluster_context.cc151 void ClusterContext::set_cluster_exit_with_exception() { cluster_exit_with_exception_ = true; } in set_cluster_exit_with_exception() function in mindspore::distributed::cluster::ClusterContext
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/
Dinit.cc151 void set_cluster_exit_with_exception() { cluster::ClusterContext::instance()->set_cluster_exit_with… in set_cluster_exit_with_exception() function