Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.h138 uint64 matching_paths_cache_max_age,
228 uint64 matching_paths_cache_max_age() const { in matching_paths_cache_max_age() function
H A Dgcs_file_system.cc826 uint64 matching_paths_cache_max_age = kMatchingPathsCacheDefaultMaxAge; in GcsFileSystem() local
830 matching_paths_cache_max_age = value; in GcsFileSystem()
837 matching_paths_cache_max_age, matching_paths_cache_max_entries)); in GcsFileSystem()
939 size_t stat_cache_max_entries, uint64 matching_paths_cache_max_age, in GcsFileSystem() argument
954 matching_paths_cache_max_age, matching_paths_cache_max_entries)), in GcsFileSystem()
H A Dgcs_file_system_test.cc3671 EXPECT_EQ(30, fs4.matching_paths_cache_max_age()); in TEST()