Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.cc36 BitVector& bit_vector = GetBitVector(instruction); in SetReachabilityToUnion()
45 SetReachabilityToUnionHelper(inputs, instruction, &GetBitVector(instruction)); in FastSetReachabilityToUnion()
58 bit_vector->OrWith(GetBitVector(input)); in SetReachabilityToUnionHelper()
65 GetBitVector(b).Set(GetIndex(a)); in SetReachable()
70 return GetBitVector(b).Get(GetIndex(a)); in IsReachable()
Dhlo_reachability.h155 const BitVector& GetBitVector(const HloInstruction* instruction) const { in GetBitVector() function
158 BitVector& GetBitVector(const HloInstruction* instruction) { in GetBitVector() function