Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc599 for (const BufferType* buffer_colocated : item->colocations) { in GetTransitiveColocations() local
600 result.insert(buffer_colocated); in GetTransitiveColocations()
601 worklist.push_back(&buffer_intervals_.at(buffer_colocated)); in GetTransitiveColocations()
Dmemory_space_assignment.cc875 for (const HloValue* buffer_colocated : item->colocations) { in GetSortedColocatedIntervals() local
876 worklist.push_back(&buffer_intervals_.at(buffer_colocated)); in GetSortedColocatedIntervals()