Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc612 std::deque<BufferAllocation> combined_allocations; in CombineTempAllocations() local
637 combined_allocations.emplace_back(temp_allocation); in CombineTempAllocations()
638 combined_allocation_map.emplace(color, &combined_allocations.back()); in CombineTempAllocations()
647 combined_allocations.emplace_back(temp_allocation); in CombineTempAllocations()
648 combined_allocation_map.emplace(color, &combined_allocations.back()); in CombineTempAllocations()
682 for (BufferAllocation& combined : combined_allocations) { in CombineTempAllocations()