Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.h127 size_t matching_paths_cache_max_entries,
219 size_t matching_paths_cache_max_entries() const { in matching_paths_cache_max_entries() function
Dgcs_file_system.cc822 size_t matching_paths_cache_max_entries = in GcsFileSystem() local
829 matching_paths_cache_max_entries = value; in GcsFileSystem()
832 matching_paths_cache_max_age, matching_paths_cache_max_entries)); in GcsFileSystem()
935 size_t matching_paths_cache_max_entries, RetryConfig retry_config, in GcsFileSystem() argument
949 matching_paths_cache_max_age, matching_paths_cache_max_entries)), in GcsFileSystem()
Dgcs_file_system_test.cc3683 EXPECT_EQ(64, fs4.matching_paths_cache_max_entries()); in TEST()