Home
last modified time | relevance | path

Searched defs:abnormal_callback (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/distributed/cluster/topology/
Dnode_base.h74 …virtual void set_abnormal_callback(std::shared_ptr<std::function<void(void)>> abnormal_callback) {} in set_abnormal_callback()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/cluster/topology/
Dcompute_graph_node.cc573 void ComputeGraphNode::set_abnormal_callback(std::shared_ptr<std::function<void(void)>> abnormal_ca… in set_abnormal_callback()