Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment.cc1064 AllocationValue* allocation_value = &allocation_values.at(i); in CreateAllocationValues() local
1085 AllocationValue& allocation_value = allocation_values.at(i); in CreateAllocationValues() local
1635 auto create_instruction_vector = [](const AllocationValue& allocation_value) { in CreateAllocationValuesFromColocatedIntervals()
1670 for (const AllocationValue& allocation_value : allocation_values) { in AllocateAllocationValues() local
H A Dmemory_space_assignment.h1308 MemorySpaceAssignment::AllocationValue* allocation_value; member