Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc2009 auto prev_allocation_in_default_mem_it = std::find_if( in AllocateSegment() local
2015 CHECK(prev_allocation_in_default_mem_it != allocation_sequence->rend()); in AllocateSegment()
2016 (*prev_allocation_in_default_mem_it)->Extend(request.start_time); in AllocateSegment()
2050 auto prev_allocation_in_default_mem_it = std::find_if( in AllocateSegment() local
2057 if (prev_allocation_in_default_mem_it == allocation_sequence->rend() && in AllocateSegment()
2068 prev_allocation_in_default_mem_it = allocation_sequence->rbegin(); in AllocateSegment()
2069 } else if (prev_allocation_in_default_mem_it == allocation_sequence->rend()) { in AllocateSegment()
2074 prev_allocation_in_default_mem_it = allocation_sequence->rbegin(); in AllocateSegment()
2077 CHECK(prev_allocation_in_default_mem_it != allocation_sequence->rend()); in AllocateSegment()
2078 CHECK((*prev_allocation_in_default_mem_it)->memory_space() == in AllocateSegment()
[all …]