Searched defs:all_reduce (Results 1 – 10 of 10) sorted by relevance
59 [this](const HloInstruction* all_reduce) -> int64 { in Run()74 for (auto all_reduce : all_reduces_to_replace) { in Run() local
447 auto all_reduce = pair.ar; in RewriteGraph() local
1350 auto all_reduce = DynCast<HloAllReduceInstruction>(instruction); in VerifyLayoutConstrainedAllReduce() local
211 HloInstruction* all_reduce = in TEST_F() local
436 const HloAllReduceInstruction* all_reduce = in IsLayoutConstrainedAllReduce() local
48 const HloInstruction* all_reduce) in NcclAllReduceThunk()
477 const HloInstruction* all_reduce) in NcclAllReduceThunk()
23 def all_reduce(t, group_size, group_key, instance_key, merge_op, final_op, function
1259 def all_reduce(): function
2053 def all_reduce(self, reduce_op, value): member in ReplicaContext