Searched refs:tuple_elems (Results 1 – 1 of 1) sorted by relevance
366 std::vector<HloInstruction*> tuple_elems; in TryRemoveConstantParams() local369 tuple_elems.push_back( in TryRemoveConstantParams()374 return HloInstruction::CreateTuple(tuple_elems); in TryRemoveConstantParams()380 std::vector<HloInstruction*> tuple_elems; in TryRemoveConstantParams() local384 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() local872 tuple_elems.push_back(add_gte(instr, i)); in TryMergeInductionVariables()875 tuple_elems.push_back(add_binary_op( in TryMergeInductionVariables()[all …]