Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dall_reduce.py577 dst_devices = [t.device for t in input_tensors]
580 output_tensors = _build_shuffle_scatter(reduced_shards, dst_devices)
623 def _build_shuffle_scatter(reduced_shards, dst_devices): argument
634 num_devices = len(dst_devices)
637 with ops.device(dst_devices[d]):