Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Ddump_tpu_profile.cc71 Status DumpTraceToLogDirectory(StringPiece run_dir, const string& host_prefix, in DumpTraceToLogDirectory() argument
74 JoinPath(run_dir, StrCat(host_prefix, kProtoTraceFileName)); in DumpTraceToLogDirectory()
79 string json_path = JoinPath(run_dir, StrCat(host_prefix, kJsonTraceFileName)); in DumpTraceToLogDirectory()
95 const string& host_prefix, in DumpOpProfileToLogDirectory() argument
98 string path = JoinPath(run_dir, StrCat(host_prefix, kJsonOpProfileFileName)); in DumpOpProfileToLogDirectory()
116 const string& host_prefix, in DumpToolDataToLogDirectory() argument
123 string path = JoinPath(run_dir, StrCat(host_prefix, tool.name())); in DumpToolDataToLogDirectory()
139 string host_prefix = host.empty() ? "" : StrCat(host, "."); in WriteTensorboardTPUProfile() local
147 TF_RETURN_IF_ERROR(DumpTraceToLogDirectory(profile_run_dir, host_prefix, in WriteTensorboardTPUProfile()
152 TF_RETURN_IF_ERROR(DumpOpProfileToLogDirectory(profile_run_dir, host_prefix, in WriteTensorboardTPUProfile()
[all …]
/external/autotest/server/cros/chaos_lib/
Dstatic_runner.py66 host_prefix = self._host.hostname.split('-')[0]
71 prefix=host_prefix)
Dchaos_runner.py73 host_prefix = self._host.hostname.split('-')[0]
77 prefix=host_prefix)
/external/curl/lib/
Dconnect.c277 static const char *host_prefix = "host!"; in bindlocal() local
283 else if(strncmp(host_prefix, dev, strlen(host_prefix)) == 0) { in bindlocal()
284 dev += strlen(host_prefix); in bindlocal()
/external/python/cpython2/Lib/
Dcookielib.py1044 host_prefix = req_host[:-len(domain)]
1045 if (host_prefix.find(".") >= 0 and
1048 host_prefix, domain)
/external/python/cpython3/Lib/http/
Dcookiejar.py1050 host_prefix = req_host[:-len(domain)]
1051 if (host_prefix.find(".") >= 0 and
1054 host_prefix, domain)