Home
last modified time | relevance | path

Searched defs:SendAsync (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/distributed/rpc/
Drpc_client_base.h58 virtual void SendAsync(std::unique_ptr<MessageBase> &&msg) {} in SendAsync() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/rpc/rdma/
Drdma_client.cc123 void RDMAClient::SendAsync(std::unique_ptr<MessageBase> &&msg) { in SendAsync() function in mindspore::distributed::rpc::RDMAClient
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/hardware/
Dms_collective_topo.cc106 bool TopologyNode::SendAsync(size_t rank_id, const void *data, size_t size) { in SendAsync() function in mindspore::device::cpu::TopologyNode
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/rpc/tcp/
Dtcp_client.cc120 void TCPClient::SendAsync(std::unique_ptr<MessageBase> &&msg) { (void)tcp_comm_->Send(msg.release()… in SendAsync() function in mindspore::distributed::rpc::TCPClient