Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment_tuning_utils.cc28 std::vector<BufferInterval> sorted_buffer_intervals_copy( in CustomizeSortedBufferInterval() local
33 config.resize(sorted_buffer_intervals_copy.size()); in CustomizeSortedBufferInterval()
39 CHECK_EQ(config.size(), sorted_buffer_intervals_copy.size()); in CustomizeSortedBufferInterval()
42 sorted_buffer_intervals.push_back(sorted_buffer_intervals_copy[config[i]]); in CustomizeSortedBufferInterval()