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.cc585 for (const BufferType* buffer_colocated : item->colocations) { in GetTransitiveColocations() local
586 if (result.insert(buffer_colocated).second) { in GetTransitiveColocations()
587 worklist.push_back(&buffer_intervals_.at(buffer_colocated)); in GetTransitiveColocations()
Dmemory_space_assignment.cc1158 for (const HloValue* buffer_colocated : item->colocations) { in GetSortedColocatedIntervals() local
1159 worklist.push_back(&buffer_intervals_.at(buffer_colocated)); in GetSortedColocatedIntervals()