Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc822 AllocationValue* allocation_value = &allocation_values.at(i); in CreateAllocationValues() local
843 AllocationValue& allocation_value = allocation_values.at(i); in CreateAllocationValues() local
1333 auto create_instruction_vector = [](const AllocationValue& allocation_value) { in CreateAllocationValuesFromColocatedIntervals()
1368 for (const AllocationValue& allocation_value : allocation_values) { in AllocateAllocationValues() local
Dmemory_space_assignment.h1187 MemorySpaceAssignment::AllocationValue* allocation_value; member