Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc861 auto chunks_overlapping_in_time = interval_tree_.ChunksOverlappingInTime( in FindChunkCandidate()
884 auto colocation_overlapping = interval_tree_.ChunksOverlappingInTime( in FindChunkCandidate()
960 interval_tree_.Add(buffer_interval.start, buffer_interval.end, in CommitChunk()
965 interval_tree_.Add(colocation_interval.start, colocation_interval.end, in CommitChunk()
1023 interval_tree_ = {}; in Finish()
Dheap_simulator.h443 BufferIntervalTree interval_tree_; variable
Dmemory_space_assignment.cc1815 interval_tree_ = {}; in ImportRepackedAllocations()
1825 interval_tree_.Add(allocation_block.start_time, allocation_block.end_time, in ImportRepackedAllocations()
1844 interval_tree_.Remove(interval.start, interval.end, chunk); in UncommitPendingChunks()