Home
last modified time | relevance | path

Searched refs:GetOrCreateTcpComm (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/core/
Dabstract_node.h138 …std::shared_ptr<CommunicatorBase> GetOrCreateTcpComm(const std::string &scheduler_ip, std::int16_t…
Dabstract_node.cc478 std::shared_ptr<CommunicatorBase> AbstractNode::GetOrCreateTcpComm(const std::string &scheduler_ip, in GetOrCreateTcpComm() function in mindspore::ps::core::AbstractNode
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dserver.cc168 …communicator_with_server_ = server_node_->GetOrCreateTcpComm(scheduler_ip_, static_cast<int16_t>(s… in InitCommunicatorWithServer()