Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc628 BufferAllocation& temp_allocation = *it; in CombineTempAllocations() local
629 BufferValue::Color color = temp_allocation.color(); in CombineTempAllocations()
636 << " is: " << temp_allocation; in CombineTempAllocations()
637 combined_allocations.emplace_back(temp_allocation); in CombineTempAllocations()
646 << color << " to: " << temp_allocation; in CombineTempAllocations()
647 combined_allocations.emplace_back(temp_allocation); in CombineTempAllocations()
654 << temp_allocation; in CombineTempAllocations()
662 combined_allocation->set_size(base + temp_allocation.size()); in CombineTempAllocations()
663 for (const auto& buffer_offset_size : temp_allocation.assigned_buffers_) { in CombineTempAllocations()
669 if (!temp_allocation.HeapTraces().empty()) { in CombineTempAllocations()
[all …]