Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_schedule.cc158 HloInstructionSequence new_sequence; in UpdateComputationSchedule() local
165 new_sequence.push_back(instruction); in UpdateComputationSchedule()
196 set_sequence(computation, std::move(new_sequence)); in UpdateComputationSchedule()
Dmemory_space_assignment.cc3109 HloInstruction* new_instruction, HloInstructionSequence* new_sequence, in EnsureInstructionAndOperandsInserted() argument
3122 EnsureInstructionAndOperandsInserted(operand, new_sequence, in EnsureInstructionAndOperandsInserted()
3126 new_sequence->push_back(new_instruction); in EnsureInstructionAndOperandsInserted()
3193 HloInstructionSequence new_sequence; in FixSchedule() local
3208 EnsureInstructionAndOperandsInserted(new_instruction, &new_sequence, in FixSchedule()
3224 EnsureInstructionAndOperandsInserted(instruction, &new_sequence, in FixSchedule()
3233 EnsureInstructionAndOperandsInserted(new_instruction, &new_sequence, in FixSchedule()
3242 &new_sequence, &inserted_instructions); in FixSchedule()
3243 CHECK_EQ(new_sequence.size(), computation->instruction_count()) in FixSchedule()
3245 << new_sequence.size() << " instructions, expects " in FixSchedule()
[all …]
Dmemory_space_assignment.h867 HloInstruction* new_instruction, HloInstructionSequence* new_sequence,