Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/mpi_collectives/
Dmpi_allgather_test.py97 all_gather = mpi.allreduce(to_gather[my_rank], average_allgather)
107 all_gathered, local_gathered = sess.run([all_gather, correct_gather])
/external/tensorflow/tensorflow/python/ops/
Dcollective_ops_test.py122 colred0 = collective_ops.all_gather(in0, 2, group_key, instance_key)
125 colred1 = collective_ops.all_gather(in1, 2, group_key, instance_key)
Dcollective_ops.py61 def all_gather(t, group_size, group_key, instance_key): function