Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc2047 auto prev_allocation_it = allocation_sequence->rbegin(); in AllocateSegment() local
2058 prev_allocation_it != allocation_sequence->rend() && in AllocateSegment()
2059 (*prev_allocation_it)->memory_space() == MemorySpace::kAlternate && in AllocateSegment()
2060 (*prev_allocation_it)->defining_position() == defining_position) { in AllocateSegment()