Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_memory_scheduler.cc161 struct ReadyListEntry { struct in xla::__anone86b2dc90111::ListScheduler
176 ReadyListEntry MakeReadyListEntry(HloInstruction* instruction) { in MakeReadyListEntry()
177 ReadyListEntry entry; in MakeReadyListEntry()
209 int64 BytesFreedIfScheduled(const ReadyListEntry& entry) { in BytesFreedIfScheduled()
256 Priority GetPriority(const ReadyListEntry& entry) { in GetPriority()
278 std::multimap<Priority, ReadyListEntry> ready_queue; in CreateSchedule()
282 std::multimap<Priority, ReadyListEntry>::iterator> in CreateSchedule()