Home
last modified time | relevance | path

Searched refs:ValidateHostPortPair (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/internal/
Dprofiler_pywrap_impl.cc51 tensorflow::Status ValidateHostPortPair(absl::string_view host_port) { in ValidateHostPortPair() function
76 TF_RETURN_IF_ERROR(ValidateHostPortPair(host_port)); in ValidateOptions()
235 TF_RETURN_IF_ERROR(ValidateHostPortPair(service_addr)); in Monitor()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc48 Status ValidateHostPortPair(const string& host_port) { in ValidateHostPortPair() function
143 TF_RETURN_IF_ERROR(ValidateHostPortPair(target)); in NewHostPortGrpcChannel()
181 TF_RETURN_IF_ERROR(ValidateHostPortPair(id_host_port.second)); in AddHostPortsJob()