Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_memory_scheduler.cc542 HloInstructionSequence computation_sequence, in ComputationSchedulerToModuleScheduler()
547 schedule.set_sequence(computation, std::move(computation_sequence)); in ComputationSchedulerToModuleScheduler()
780 HloInstructionSequence& computation_sequence = in Run() local
783 [&computation_sequence](HloInstruction* instruction) { in Run()
784 computation_sequence.push_back(instruction); in Run()
H A Dhlo_ordering.cc508 for (const auto& computation_sequence : schedule_.sequences()) { in Initialize() local
509 const auto& order = computation_sequence.second.instructions(); in Initialize()