Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment.cc1824 GetLiveAllocationAt(*allocation_value.allocation_sequence(), in AllocateAllocationValues()
1851 auto allocation_sequence = allocation_value.allocation_sequence(); in AllocateAllocationValues() local
1853 allocation_sequence->rbegin(), allocation_sequence->rend(), in AllocateAllocationValues()
1860 allocation_sequence->rend()) { in AllocateAllocationValues()
1875 body_allocation_value_it->allocation_sequence()->push_back( in AllocateAllocationValues()
1881 << body_allocation_value_it->allocation_sequence() in AllocateAllocationValues()
1893 after_while_allocation_value_it->allocation_sequence()->push_back( in AllocateAllocationValues()
1897 << after_while_allocation_value_it->allocation_sequence() in AllocateAllocationValues()
2570 allocation_value.allocation_sequence()->clear(); in UncommitPendingChunks()
2628 for (auto& allocation : *allocation_value.allocation_sequence()) { in FinalizeAllocations()
[all …]
H A Dmemory_space_assignment.h867 AllocationSequence* allocation_sequence() { return &allocation_sequence_; } in allocation_sequence() function