Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_memory_scheduler.cc356 auto ready_instructions_it = ready_instructions.find(operand_user); in CreateSchedule() local
357 if (ready_instructions_it == ready_instructions.end()) { in CreateSchedule()
360 auto ready_queue_it = ready_instructions_it->second; in CreateSchedule()
368 ready_instructions_it->second = in CreateSchedule()