Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc621 auto best_fit_it = free_.lower_bound(Chunk{0, size}); in Alloc() local
622 while (best_fit_it != free_.end()) { in Alloc()
624 const Chunk best = *best_fit_it; in Alloc()
629 ++best_fit_it; in Alloc()
633 free_.erase(best_fit_it); in Alloc()