Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_util.cc165 MakeGetTupleElementHlo(param, 0)); in MakeCountedLoopConditionComputation()
185 MakeGetTupleElementHlo(param, 0)); in MakeCountedLoopBodyComputation()
192 MakeGetTupleElementHlo(param, i)); in MakeCountedLoopBodyComputation()
253 MakeGetTupleElementHlo(while_instr, i + 1)); in MakeCountedLoop()
Dhlo_creation_utils.h97 StatusOr<HloInstruction*> MakeGetTupleElementHlo(HloInstruction* operand,
Dhlo_creation_utils.cc187 StatusOr<HloInstruction*> MakeGetTupleElementHlo(HloInstruction* operand, in MakeGetTupleElementHlo() function