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.cc547 std::vector<HloInstruction*> tuple_elems; in TryRemoveConstantParams() local
550 tuple_elems.push_back( in TryRemoveConstantParams()
555 return HloInstruction::CreateTuple(tuple_elems); in TryRemoveConstantParams()
561 std::vector<HloInstruction*> tuple_elems; in TryRemoveConstantParams() local
565 tuple_elems.push_back(while_init->mutable_operand(i)); in TryRemoveConstantParams()
567 tuple_elems.push_back( in TryRemoveConstantParams()
573 return HloInstruction::CreateTuple(tuple_elems); in TryRemoveConstantParams()
1080 std::vector<HloInstruction*> tuple_elems; in TryMergeInductionVariables() local
1084 tuple_elems.push_back(add_gte(instr, i)); in TryMergeInductionVariables()
1087 tuple_elems.push_back(add_binary_op( in TryMergeInductionVariables()
[all …]