Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/v1/
Dcross_device_ops_test.py116 _cpu_device = "/device:CPU:0" variable
177 device_util.resolve(_cpu_device))
178 destination_str = device_util.resolve(_cpu_device)
288 reduce_to_device=_cpu_device)),
583 destination_different = _fake_mirrored(1., _cpu_device)
584 destination_str = _cpu_device
/external/tensorflow/tensorflow/python/distribute/
Dmirrored_run.py115 def _cpu_device(device): function