Home
last modified time | relevance | path

Searched refs:GetOrCreateSequence (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_schedule.cc55 schedule.GetOrCreateSequence(computation); in CreateFromProto()
95 HloInstructionSequence& HloSchedule::GetOrCreateSequence( in GetOrCreateSequence() function in xla::HloSchedule
Dhlo_schedule.h96 HloInstructionSequence& GetOrCreateSequence(
Dhlo_memory_scheduler.cc626 schedule.GetOrCreateSequence(computation); in Run()
Dhlo_module.cc578 clone_schedule.GetOrCreateSequence( in Clone()
Dhlo_rematerialization.cc1188 HloInstructionSequence& sequence = schedule->GetOrCreateSequence(computation); in RematerializeComputation()
Dheap_simulator_test.cc299 schedule.GetOrCreateSequence(instruction->parent()) in RunWholeModule()
Dhlo_parser.cc59 schedule.GetOrCreateSequence(computation).push_back(instruction); in ScheduleFromInstructionOrder()