Searched refs:GetOrCreateTcpComm (Results 1 – 3 of 3) sorted by relevance
138 …std::shared_ptr<CommunicatorBase> GetOrCreateTcpComm(const std::string &scheduler_ip, std::int16_t…
478 std::shared_ptr<CommunicatorBase> AbstractNode::GetOrCreateTcpComm(const std::string &scheduler_ip, in GetOrCreateTcpComm() function in mindspore::ps::core::AbstractNode
168 …communicator_with_server_ = server_node_->GetOrCreateTcpComm(scheduler_ip_, static_cast<int16_t>(s… in InitCommunicatorWithServer()