Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment_tuning_utils.cc25 std::vector<BufferInterval>& sorted_buffer_intervals) { in CustomizeSortedBufferInterval() argument
29 sorted_buffer_intervals); in CustomizeSortedBufferInterval()
40 sorted_buffer_intervals.clear(); in CustomizeSortedBufferInterval()
42 sorted_buffer_intervals.push_back(sorted_buffer_intervals_copy[config[i]]); in CustomizeSortedBufferInterval()
45 if (!sorted_buffer_intervals.empty()) { in CustomizeSortedBufferInterval()
47 sorted_buffer_intervals[0].buffer->instruction()->GetModule(); in CustomizeSortedBufferInterval()
H A Dheap_simulator.cc807 std::vector<BufferInterval> sorted_buffer_intervals = in Finish() local
810 for (auto& buffer_interval : sorted_buffer_intervals) { in Finish()
830 std::vector<BufferInterval> sorted_buffer_intervals; in GetSortedBufferIntervals() local
831 sorted_buffer_intervals.reserve(buffer_intervals_.size()); in GetSortedBufferIntervals()
833 sorted_buffer_intervals.push_back(entry.second); in GetSortedBufferIntervals()
835 absl::c_sort(sorted_buffer_intervals, buffer_interval_compare_); in GetSortedBufferIntervals()
837 return sorted_buffer_intervals; in GetSortedBufferIntervals()
984 std::list<BufferInterval> sorted_buffer_intervals(sorted_buffer_vec.begin(), in Finish() local
992 for (auto it = sorted_buffer_intervals.begin(); in Finish()
993 it != sorted_buffer_intervals.end();) { in Finish()
[all …]
H A Dmemory_space_assignment_tuning_utils.h33 std::vector<BufferInterval>& sorted_buffer_intervals);
H A Dmemory_space_assignment.cc1407 std::vector<BufferInterval> sorted_buffer_intervals = in Finish() local
1410 options_.autotuning_config, sorted_buffer_intervals); in Finish()
1415 for (auto& interval : sorted_buffer_intervals) { in Finish()
1452 for (const auto& interval : sorted_buffer_intervals) { in Finish()
1462 for (auto& interval : sorted_buffer_intervals) { in Finish()