Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc877 int64_t max_colocation_size = buffer_interval.size; in FindChunkCandidate() local
880 max_colocation_size = in FindChunkCandidate()
881 std::max(max_colocation_size, buffer_intervals_.at(colocation).size); in FindChunkCandidate()
912 if (free_chunk_end - chunk_end_aligned >= max_colocation_size) { in FindChunkCandidate()
932 Chunk chunk{preferred_offset, max_colocation_size}; in FindChunkCandidate()