Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/distribute/python/
Dcross_device_ops_test.py98 _cpu_device = "/device:CPU:0" variable
142 destination_different = _fake_mirrored(1., _cpu_device)
143 destination_str = _cpu_device
213 reduce_to_device=_cpu_device)),
582 destination_different = _fake_mirrored(1., _cpu_device)
583 destination_str = _cpu_device
/external/tensorflow/tensorflow/python/distribute/
Dmirrored_strategy.py69 def _cpu_device(device): function