Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/
Dcache.cc351 class ShardedLRUCache : public Cache { class
364 explicit ShardedLRUCache(size_t capacity) : last_id_(0) { in ShardedLRUCache() function in tensorflow::table::__anon4220aee90111::ShardedLRUCache
370 ~ShardedLRUCache() override {} in ~ShardedLRUCache()
446 Cache* NewLRUCache(size_t capacity) { return new ShardedLRUCache(capacity); } in NewLRUCache()