Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Ddevice_util.py122 def get_host_for_device(device): function
Done_device_strategy.py261 self._input_device = device_util.get_host_for_device(self._device)
Dcollective_all_reduce_strategy.py524 host_device = device_util.get_host_for_device(self._worker_device)
530 [device_util.get_host_for_device(worker) for worker in
Dtpu_strategy.py836 self._host_device = device_util.get_host_for_device(self._tpu_devices[0][0])
845 host_device = device_util.get_host_for_device(tpu_device)
Dinput_lib.py1764 host_device = device_util.get_host_for_device(self._worker)
Dinput_lib_test.py453 host_device = device_util.get_host_for_device(tpu_device)
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding_v2.py1309 with ops.device(device_util.get_host_for_device(tpu_device)):
1325 with ops.device(device_util.get_host_for_device(device)):
1656 host = device_util.get_host_for_device(tpu_device)