Home
last modified time | relevance | path

Searched refs:FastSetReachabilityToUnion (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.cc42 void HloReachabilityMap::FastSetReachabilityToUnion( in FastSetReachabilityToUnion() function in xla::HloReachabilityMap
135 result->FastSetReachabilityToUnion(inputs, hlo); in Build()
Dmulti_output_fusion.cc278 reachability_->FastSetReachabilityToUnion({instr, instr1}, instr); in UpdateReachability()
281 reachability_->FastSetReachabilityToUnion({instr, instr2}, instr); in UpdateReachability()
Dhlo_reachability.h73 void FastSetReachabilityToUnion(
Dhlo_module_group_util.cc365 reachability->FastSetReachabilityToUnion(GlobalPredecessors(hlo), hlo); in ComputeReachability()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule.cc104 predecessor_map->FastSetReachabilityToUnion(immediate_preds, hlo); in GpuHloOrdering()