Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Drpc_node_scheduler.cc148 …std::string recv_src_node_name = common::AnfAlgo::GetNodeAttr<std::string>(rpc_recv_kernel, kAttrR… in Link() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/rpc/
Drecv_actor.cc59 void RecvActor::SetRouteInfo(uint32_t, const std::string &, const std::string &recv_src_node_name, in SetRouteInfo()