Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/profiler/
Dprofiler_client.py168 _strip_prefix(service_addr, _GRPC_PREFIX), duration_ms, level, True)
171 def _strip_prefix(s, prefix): function
176 return ','.join([_strip_prefix(s, prefix) for s in addresses.split(',')])
/external/tensorflow/tensorflow/python/eager/
Dremote.py75 {job_name: [_strip_prefix(host, _GRPC_PREFIX) for host in remote_hosts]})
222 def _strip_prefix(s, prefix): function
Dremote_test.py571 'my_worker': [_strip_prefix(t.target, _GRPC_PREFIX) for t in workers],
572 'my_ps': [_strip_prefix(t.target, _GRPC_PREFIX) for t in ps],
720 def _strip_prefix(s, prefix): function