Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc1371 BufferAllocation* inserted_allocation = inserted.first->second; in AssignPresetBuffers() local
1372 inserted_allocation->AddHeapTrace( in AssignPresetBuffers()
1375 << inserted_allocation->index() in AssignPresetBuffers()
1376 << ", color: " << inserted_allocation->color() in AssignPresetBuffers()
1377 << ", size: " << inserted_allocation->size(); in AssignPresetBuffers()
Dmemory_space_assignment.cc1890 MemorySpaceAssignment::Allocation* inserted_allocation = in FinalizeAllocations() local
1892 if (inserted_allocation->memory_space() == MemorySpace::kAlternate) { in FinalizeAllocations()
1893 colocation_map[GetAliasedOffset(*inserted_allocation)].push_back( in FinalizeAllocations()
1894 inserted_allocation); in FinalizeAllocations()