Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache.cc66 Status RamFileBlockCache::UpdateLRU(const Key& key, in UpdateLRU() function in tensorflow::RamFileBlockCache
184 TF_RETURN_IF_ERROR(UpdateLRU(key, block)); in Read()
Dram_file_block_cache.h206 Status UpdateLRU(const Key& key, const std::shared_ptr<Block>& block)