Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_simplifier.cc59 [this](const HloInstruction* all_reduce) -> int64 { in Run()
74 for (auto all_reduce : all_reduces_to_replace) { in Run() local
Dar_crs_combiner.cc447 auto all_reduce = pair.ar; in RewriteGraph() local
Dhlo_verifier.cc1350 auto all_reduce = DynCast<HloAllReduceInstruction>(instruction); in VerifyLayoutConstrainedAllReduce() local
Dbfloat16_propagation_test.cc211 HloInstruction* all_reduce = in TEST_F() local
Dlayout_assignment.cc436 const HloAllReduceInstruction* all_reduce = in IsLayoutConstrainedAllReduce() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Ddummy_all_reduce_thunk.cc48 const HloInstruction* all_reduce) in NcclAllReduceThunk()
Dnccl_all_reduce_thunk.cc477 const HloInstruction* all_reduce) in NcclAllReduceThunk()
/external/tensorflow/tensorflow/python/ops/
Dcollective_ops.py23 def all_reduce(t, group_size, group_key, instance_key, merge_op, final_op, function
/external/tensorflow/tensorflow/python/distribute/
Dvalues_test.py1259 def all_reduce(): function
Ddistribute_lib.py2053 def all_reduce(self, reduce_op, value): member in ReplicaContext