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.cc360 auto ready_queue_it = ready_instructions_it->second; in CreateSchedule() local
361 auto& entry = ready_queue_it->second; in CreateSchedule()
363 if (new_priority == ready_queue_it->first) { in CreateSchedule()
371 ready_queue.erase(ready_queue_it); in CreateSchedule()