Home
last modified time | relevance | path

Searched refs:GlobalPredecessors (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_util.cc41 std::vector<HloInstruction*> HloModuleGroupUtil::GlobalPredecessors( in GlobalPredecessors() function in xla::HloModuleGroupUtil
224 for (HloInstruction* predecessor : GlobalPredecessors(instruction)) { in CycleToString()
300 for (HloInstruction* predecessor : GlobalPredecessors(instruction)) { in VisitTopologicalOrder()
365 reachability->FastSetReachabilityToUnion(GlobalPredecessors(hlo), hlo); in ComputeReachability()
378 if (reachability_map->SetReachabilityToUnion(GlobalPredecessors(item), in UpdateReachabilityThroughInstruction()
Dhlo_module_group_util.h47 std::vector<HloInstruction*> GlobalPredecessors(HloInstruction* instruction);