Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/distributed/rpc/
Drpc_server_base.h47 virtual std::string GetIP() const { return ip_; } in GetIP() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/rpc/tcp/
Dtcp_server.cc38 std::string TCPServer::GetIP() const { return ip_; } in GetIP() function in mindspore::distributed::rpc::TCPServer
Dsocket_operation.cc149 std::string SocketOperation::GetIP(const std::string &url) { in GetIP() function in mindspore::distributed::rpc::SocketOperation
276 std::string SocketOperation::GetIP(int fd) { in GetIP() function in mindspore::distributed::rpc::SocketOperation
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/rpc/rdma/
Drdma_server.cc55 std::string RDMAServer::GetIP() const { return ip_addr_; } in GetIP() function in mindspore::distributed::rpc::RDMAServer