Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_memory_scheduler.cc295 ready_instructions; in CreateSchedule() local
300 ready_instructions[inst] = it; in CreateSchedule()
319 ready_instructions.erase(best); in CreateSchedule()
356 auto ready_instructions_it = ready_instructions.find(operand_user); in CreateSchedule()
357 if (ready_instructions_it == ready_instructions.end()) { in CreateSchedule()