Searched refs:computation_sequence (Results 1 – 2 of 2) sorted by relevance
579 TF_ASSIGN_OR_RETURN(HloInstructionSequence computation_sequence, in ScheduleModule()585 *computation, computation_sequence, *points_to_analysis, in ScheduleModule()588 schedule.set_sequence(computation, std::move(computation_sequence)); in ScheduleModule()625 HloInstructionSequence& computation_sequence = in Run() local628 [&computation_sequence](HloInstruction* instruction) { in Run()629 computation_sequence.push_back(instruction); in Run()
362 for (const auto& computation_sequence : schedule_.sequences()) { in Initialize() local363 const auto& order = computation_sequence.second.instructions(); in Initialize()