Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.h323 using MatchingPathsCache = ExpiringLRUCache<std::vector<string>>; variable
324 std::unique_ptr<MatchingPathsCache> matching_paths_cache_;
Dgcs_file_system.cc820 matching_paths_cache_(new MatchingPathsCache( in GcsFileSystem()
1244 MatchingPathsCache::ComputeFunc compute_func = in GetMatchingPaths()