Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_memory_scheduler.cc348 auto ready_queue_it = ready_instructions_it->second; in CreateSchedule() local
349 auto& entry = ready_queue_it->second; in CreateSchedule()
351 if (new_priority == ready_queue_it->first) { in CreateSchedule()
359 ready_queue.erase(ready_queue_it); in CreateSchedule()