Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_util.cc65 metadata_.GetAllReduceGroup(*predecessor->all_reduce_id())) { in GlobalPredecessors()
86 metadata_.GetAllReduceGroup(*instruction->all_reduce_id()); in GlobalPredecessors()
142 metadata_.GetAllReduceGroup(*successor->all_reduce_id())) { in GlobalSuccessors()
164 metadata_.GetAllReduceGroup(*instruction->all_reduce_id()); in GlobalSuccessors()
264 instruction_group = metadata_.GetAllReduceGroup(*hlo->all_reduce_id()); in VisitTopologicalOrder()
Dhlo_module_group_metadata.h141 const std::vector<HloInstruction*>& GetAllReduceGroup(
Dhlo_module_group_metadata.cc84 for (HloInstruction* instr : GetAllReduceGroup(*hlo->all_reduce_id())) { in Build()
234 const std::vector<HloInstruction*>& HloModuleGroupMetadata::GetAllReduceGroup( in GetAllReduceGroup() function in xla::HloModuleGroupMetadata