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.cc283 ready_instructions; in CreateSchedule() local
288 ready_instructions[inst] = it; in CreateSchedule()
307 ready_instructions.erase(best); in CreateSchedule()
344 auto ready_instructions_it = ready_instructions.find(operand_user); in CreateSchedule()
345 if (ready_instructions_it == ready_instructions.end()) { in CreateSchedule()