Searched defs:GetIP (Results 1 – 4 of 4) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/distributed/rpc/ | ||
| D | rpc_server_base.h | 47 virtual std::string GetIP() const { return ip_; } in GetIP() function |
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/rpc/tcp/ | ||
| D | tcp_server.cc | 38 std::string TCPServer::GetIP() const { return ip_; } in GetIP() function in mindspore::distributed::rpc::TCPServer |
| D | socket_operation.cc | 149 std::string SocketOperation::GetIP(const std::string &url) { in GetIP() function in mindspore::distributed::rpc::SocketOperation |
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/rpc/rdma/ | ||
| D | rdma_server.cc | 55 std::string RDMAServer::GetIP() const { return ip_addr_; } in GetIP() function in mindspore::distributed::rpc::RDMAServer |