Searched refs:_strip_prefix (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/profiler/ |
D | profiler_client.py | 168 _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/ |
D | remote.py | 75 {job_name: [_strip_prefix(host, _GRPC_PREFIX) for host in remote_hosts]}) 222 def _strip_prefix(s, prefix): function
|
D | remote_test.py | 571 '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
|