Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_reachability.h120 void SetReachable(const HloInstruction* a, const HloInstruction* b) { in SetReachable() function
H A Dhlo_reachability.cc91 void HloReachabilityMap::SetReachable(Index a, Index b) { in SetReachable() function in xla::HloReachabilityMap
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loader/
Dsymbolbuilder.go175 func (sb *SymbolBuilder) SetReachable(v bool) { func