Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc1437 GetLiveAllocationAt(*allocation_value.allocation_sequence(), in AllocateAllocationValues()
1837 allocation_value.allocation_sequence()->clear(); in UncommitPendingChunks()
1886 for (auto& allocation : *allocation_value.allocation_sequence()) { in FinalizeAllocations()
1941 auto allocation_sequence = request.allocation_value->allocation_sequence(); in AllocateSegment() local
1947 GetLiveAllocationAt(*allocation_sequence, request.end_time); in AllocateSegment()
1997 if (!allocation_sequence->empty()) { in AllocateSegment()
2010 allocation_sequence->rbegin(), allocation_sequence->rend(), in AllocateSegment()
2015 CHECK(prev_allocation_in_default_mem_it != allocation_sequence->rend()); in AllocateSegment()
2024 allocation_sequence->push_back( in AllocateSegment()
2030 CreateOrAddToAliasedOffset(*allocation_sequence->back(), in AllocateSegment()
[all …]
Dmemory_space_assignment.h765 AllocationSequence* allocation_sequence() { return &allocation_sequence_; } in allocation_sequence() function