Home
last modified time | relevance | path

Searched refs:computation_sequence (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_memory_scheduler.cc579 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() local
628 [&computation_sequence](HloInstruction* instruction) { in Run()
629 computation_sequence.push_back(instruction); in Run()
Dhlo_ordering.cc362 for (const auto& computation_sequence : schedule_.sequences()) { in Initialize() local
363 const auto& order = computation_sequence.second.instructions(); in Initialize()