Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment.cc1851 auto allocation_sequence = allocation_value.allocation_sequence(); in AllocateAllocationValues() local
2703 auto allocation_sequence = request.allocation_value->allocation_sequence(); in AllocateSegment() local
H A Dmemory_space_assignment.h867 AllocationSequence* allocation_sequence() { return &allocation_sequence_; } in allocation_sequence() function