Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment.cc1852 auto prev_allocation_in_default_mem_it = std::find_if( in AllocateAllocationValues() local
1859 if (prev_allocation_in_default_mem_it != in AllocateAllocationValues()
1862 << (*prev_allocation_in_default_mem_it)->ToString(); in AllocateAllocationValues()
1877 **prev_allocation_in_default_mem_it, hlo_use.instruction, in AllocateAllocationValues()
1895 **prev_allocation_in_default_mem_it, while_time)); in AllocateAllocationValues()
2815 auto prev_allocation_in_default_mem_it = in AllocateSegment() local
2821 if (prev_allocation_in_default_mem_it == allocation_sequence->rend() && in AllocateSegment()
2833 prev_allocation_in_default_mem_it = allocation_sequence->rbegin(); in AllocateSegment()
2834 } else if (prev_allocation_in_default_mem_it == allocation_sequence->rend()) { in AllocateSegment()
2840 prev_allocation_in_default_mem_it = allocation_sequence->rbegin(); in AllocateSegment()
[all …]