OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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