Home
last modified time | relevance | path

Searched refs:SetReachable (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.h113 void SetReachable(const HloInstruction* a, const HloInstruction* b) { in SetReachable() function
114 SetReachable(GetIndex(a), GetIndex(b)); in SetReachable()
116 void SetReachable(Index a, Index b);
Dhlo_reachability.cc72 void HloReachabilityMap::SetReachable(Index a, Index b) { in SetReachable() function in xla::HloReachabilityMap
Dhlo_reachability_test.cc55 reachability.SetReachable(a, a); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule.cc87 predecessor_map->SetReachable(hlo, hlo); in GpuHloOrdering()