Home
last modified time | relevance | path

Searched defs:all_reduce (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dcollective_ops.py24 def all_reduce(t, group_size, group_key, instance_key, merge_op, final_op, function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_all_reduce_thunk.cc348 const HloInstruction* all_reduce) in NcclAllReduceThunk()
/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner.cc324 auto all_reduce = pair.ar; in RewriteGraph() local
Dbfloat16_propagation_test.cc211 HloInstruction* all_reduce = in TEST_F() local
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py1475 def all_reduce(self, reduce_op, value): member in ReplicaContext