Searched refs:dst_devices (Results 1 – 1 of 1) sorted by relevance
583 dst_devices = [t.device for t in input_tensors]586 output_tensors = _build_shuffle_scatter(reduced_shards, dst_devices)629 def _build_shuffle_scatter(reduced_shards, dst_devices): argument640 num_devices = len(dst_devices)643 with ops.device(dst_devices[d]):