Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.h431 using MatchingPathsCache = ExpiringLRUCache<std::vector<string>>; variable
432 std::unique_ptr<MatchingPathsCache> matching_paths_cache_;
H A Dgcs_file_system.cc953 matching_paths_cache_(new MatchingPathsCache( in GcsFileSystem()
1632 MatchingPathsCache::ComputeFunc compute_func = in GetMatchingPaths()