Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc893 int64_t free_chunk_end = it_end->second; in FindChunkCandidate() local
912 if (free_chunk_end - chunk_end_aligned >= max_colocation_size) { in FindChunkCandidate()
913 CHECK(free_chunks.insert({chunk_end_aligned, free_chunk_end}).second); in FindChunkCandidate()