Searched defs:SendAsync (Results 1 – 4 of 4) sorted by relevance
58 virtual void SendAsync(std::unique_ptr<MessageBase> &&msg) {} in SendAsync() function
123 void RDMAClient::SendAsync(std::unique_ptr<MessageBase> &&msg) { in SendAsync() function in mindspore::distributed::rpc::RDMAClient
106 bool TopologyNode::SendAsync(size_t rank_id, const void *data, size_t size) { in SendAsync() function in mindspore::device::cpu::TopologyNode
120 void TCPClient::SendAsync(std::unique_ptr<MessageBase> &&msg) { (void)tcp_comm_->Send(msg.release()… in SendAsync() function in mindspore::distributed::rpc::TCPClient