Searched refs:tuple_elems (Results 1 – 1 of 1) sorted by relevance
547 std::vector<HloInstruction*> tuple_elems; in TryRemoveConstantParams() local550 tuple_elems.push_back( in TryRemoveConstantParams()555 return HloInstruction::CreateTuple(tuple_elems); in TryRemoveConstantParams()561 std::vector<HloInstruction*> tuple_elems; in TryRemoveConstantParams() local565 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() local1084 tuple_elems.push_back(add_gte(instr, i)); in TryMergeInductionVariables()1087 tuple_elems.push_back(add_binary_op( in TryMergeInductionVariables()[all …]