Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.h326 using BucketLocationCache = ExpiringLRUCache<string>; variable
327 std::unique_ptr<BucketLocationCache> bucket_location_cache_;
Dgcs_file_system.cc822 bucket_location_cache_(new BucketLocationCache( in GcsFileSystem()