Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.h201 const BitVector& GetBitVector(const HloInstruction* instruction) const { in GetBitVector() function
204 BitVector& GetBitVector(const HloInstruction* instruction) { in GetBitVector() function
208 const BitVector& GetBitVector(Index index) const { in GetBitVector() function
211 BitVector& GetBitVector(Index index) { return bit_vectors_[index.v]; } in GetBitVector() function
/external/perfetto/src/trace_processor/containers/
Drow_map.h649 PERFETTO_ALWAYS_INLINE uint32_t GetBitVector(uint32_t idx) const { in GetBitVector() function