Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_rpc_lookup.cc182 auto entry_to_evict = entries_by_last_use_.begin()->second; in PostLookupLocked() local
183 entries_by_last_use_.erase(entry_to_evict->last_use); in PostLookupLocked()
184 CHECK_GE(cache_size_, entry_to_evict->size); in PostLookupLocked()
185 cache_size_ -= entry_to_evict->size; in PostLookupLocked()
189 auto entry_to_evict_it = cache_.find(entry_to_evict->key); in PostLookupLocked()
191 << "Missing entry key: " << entry_to_evict->key; in PostLookupLocked()
Dtpu_compilation_cache_interface.cc333 if (auto entry_to_evict = MarkOldestEntryForEviction()) { in LookupEntryMarkedForEviction() local
334 removed_entries->push_back(entry_to_evict); in LookupEntryMarkedForEviction()