Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_reachability.h208 const BitVector& GetBitVector(const HloInstruction* instruction) const { in GetBitVector() function
211 BitVector& GetBitVector(const HloInstruction* instruction) { in GetBitVector() function
215 const BitVector& GetBitVector(Index index) const { in GetBitVector() function
218 BitVector& GetBitVector(Index index) { return bit_vectors_[index.v]; } in GetBitVector() function
/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Drow_map.h437 PERFETTO_ALWAYS_INLINE static OutputIndex GetBitVector(const BitVector& bv, in GetBitVector() function