Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/data/service/
Dserver_lib.cc28 constexpr char kPortPlaceholder[] = "%port%"; variable
132 base_address = absl::StrCat("localhost:", kPortPlaceholder); in StartServiceInternal()
135 base_address, kPortPlaceholder, absl::StrCat(bound_port()), in StartServiceInternal()
146 str_util::StringReplace(base_address, kPortPlaceholder, in StartServiceInternal()