Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.h129 bool IsReachable(Index a, Index b) const { return GetBitVector(b).Get(a.v); } in IsReachable()
201 const BitVector& GetBitVector(const HloInstruction* instruction) const { in GetBitVector() function
202 return GetBitVector(GetIndex(instruction)); in GetBitVector()
204 BitVector& GetBitVector(const HloInstruction* instruction) { in GetBitVector() function
205 return GetBitVector(GetIndex(instruction)); in GetBitVector()
208 const BitVector& GetBitVector(Index index) const { in GetBitVector() function
211 BitVector& GetBitVector(Index index) { return bit_vectors_[index.v]; } in GetBitVector() function
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()
73 GetBitVector(b).Set(a.v); in SetReachable()
/external/perfetto/src/trace_processor/containers/
Drow_map.h264 return GetBitVector(idx); in Get()
487 return c(GetBitVector(a), GetBitVector(b)); in StableSort()
649 PERFETTO_ALWAYS_INLINE uint32_t GetBitVector(uint32_t idx) const { in GetBitVector() function