Searched refs:dst_devices (Results 1 – 1 of 1) sorted by relevance
577 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): argument634 num_devices = len(dst_devices)637 with ops.device(dst_devices[d]):