Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/cluster/topology/
Dcompute_graph_node.cc402 std::shared_ptr<std::string> ComputeGraphNode::RetrieveMessageFromMSN(const std::string &msg_name, … in RetrieveMessageFromMSN() function in mindspore::distributed::cluster::topology::ComputeGraphNode
579 std::shared_ptr<std::string> ComputeGraphNode::RetrieveMessageFromMSN(const std::string &msg_name, in RetrieveMessageFromMSN() function in mindspore::distributed::cluster::topology::ComputeGraphNode
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/distributed/cluster/topology/
Dtest_dynamic_networking.cc142 TEST_F(TestDynamicNetworking, RetrieveMessageFromMSN) { in TEST_F() argument