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.cc165 struct ReadyListEntry { struct in xla::__anon74ea0e200111::ListScheduler
180 ReadyListEntry MakeReadyListEntry(HloInstruction* instruction) { in MakeReadyListEntry()
181 ReadyListEntry entry; in MakeReadyListEntry()
213 int64 BytesFreedIfScheduled(const ReadyListEntry& entry) { in BytesFreedIfScheduled()
261 Priority GetPriority(const ReadyListEntry& entry) { in GetPriority()
290 std::multimap<Priority, ReadyListEntry> ready_queue; in CreateSchedule()
294 std::multimap<Priority, ReadyListEntry>::iterator> in CreateSchedule()