Searched refs:GetHostAndPort (Results 1 – 2 of 2) sorted by relevance
115 virtual Status GetHostAndPort(const ServerDef& server_def, string* host_name,
129 Status GrpcServer::GetHostAndPort(const ServerDef& server_def, in GetHostAndPort() function in tensorflow::GrpcServer179 TF_RETURN_IF_ERROR(GetHostAndPort(server_def_, &host_name_, &requested_port)); in Init()