Home
last modified time | relevance | path

Searched defs:SetReachable (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.cc72 void HloReachabilityMap::SetReachable(Index a, Index b) { in SetReachable() function in xla::HloReachabilityMap
Dhlo_reachability.h113 void SetReachable(const HloInstruction* a, const HloInstruction* b) { in SetReachable() function