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.h95 size_t matching_paths_cache_max_entries,
174 size_t matching_paths_cache_max_entries() const { in matching_paths_cache_max_entries() function
Dgcs_file_system.cc706 size_t matching_paths_cache_max_entries = in GcsFileSystem() local
713 matching_paths_cache_max_entries = value; in GcsFileSystem()
716 matching_paths_cache_max_age, matching_paths_cache_max_entries)); in GcsFileSystem()
811 size_t matching_paths_cache_max_entries, RetryConfig retry_config, in GcsFileSystem() argument
821 matching_paths_cache_max_age, matching_paths_cache_max_entries)), in GcsFileSystem()
Dgcs_file_system_test.cc3190 EXPECT_EQ(64, fs4.matching_paths_cache_max_entries()); in TEST()