HomeSort by relevance Sort by last modified time
    Searched refs:GetBitVector (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_reachability.cc 34 BitVector& bit_vector = GetBitVector(instruction);
43 bit_vector.OrWith(GetBitVector(input));
51 GetBitVector(b).Set(GetIndex(a));
56 return GetBitVector(b).Get(GetIndex(a));
hlo_reachability.h 129 const BitVector& GetBitVector(const HloInstruction* instruction) const {
132 BitVector& GetBitVector(const HloInstruction* instruction) {

Completed in 170 milliseconds