Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc819 std::vector<BufferInterval> sorted_buffer_intervals = in Finish() local
822 for (auto& buffer_interval : sorted_buffer_intervals) { in Finish()
843 std::vector<BufferInterval> sorted_buffer_intervals; in GetSortedBufferIntervals() local
845 sorted_buffer_intervals.push_back(entry.second); in GetSortedBufferIntervals()
847 absl::c_sort(sorted_buffer_intervals, buffer_interval_compare_); in GetSortedBufferIntervals()
849 return sorted_buffer_intervals; in GetSortedBufferIntervals()
983 std::list<BufferInterval> sorted_buffer_intervals(sorted_buffer_vec.begin(), in Finish() local
991 for (auto it = sorted_buffer_intervals.begin(); in Finish()
992 it != sorted_buffer_intervals.end();) { in Finish()
995 it = sorted_buffer_intervals.erase(it); in Finish()
[all …]
Dmemory_space_assignment.cc1098 std::vector<BufferInterval> sorted_buffer_intervals = in Finish() local
1116 for (const auto& interval : sorted_buffer_intervals) { in Finish()
1126 for (auto& interval : sorted_buffer_intervals) { in Finish()