Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc366 std::vector<HloInstruction*> tuple_elems; in TryRemoveConstantParams() local
369 tuple_elems.push_back( in TryRemoveConstantParams()
374 return HloInstruction::CreateTuple(tuple_elems); in TryRemoveConstantParams()
380 std::vector<HloInstruction*> tuple_elems; in TryRemoveConstantParams() local
384 tuple_elems.push_back(while_init->mutable_operand(i)); in TryRemoveConstantParams()
386 tuple_elems.push_back( in TryRemoveConstantParams()
392 return HloInstruction::CreateTuple(tuple_elems); in TryRemoveConstantParams()
868 std::vector<HloInstruction*> tuple_elems; in TryMergeInductionVariables() local
872 tuple_elems.push_back(add_gte(instr, i)); in TryMergeInductionVariables()
875 tuple_elems.push_back(add_binary_op( in TryMergeInductionVariables()
[all …]