Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc630 auto combined_it = combined_allocation_map.find(color); in CombineTempAllocations() local
631 if (combined_it == combined_allocation_map.end()) { in CombineTempAllocations()
641 if (combined_it->second->size() + it->size() >= in CombineTempAllocations()
652 BufferAllocation* combined_allocation = combined_it->second; in CombineTempAllocations()