HomeSort by relevance Sort by last modified time
    Searched defs:matching_paths_cache_max_entries (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_file_system.h 49 size_t matching_paths_cache_max_entries,
112 size_t matching_paths_cache_max_entries() const { function in class:tensorflow::GcsFileSystem
gcs_file_system.cc 662 size_t matching_paths_cache_max_entries = local
669 matching_paths_cache_max_entries = value;
672 matching_paths_cache_max_age, matching_paths_cache_max_entries));
761 size_t matching_paths_cache_max_entries, int64 initial_retry_delay_usec,
770 matching_paths_cache_max_age, matching_paths_cache_max_entries)),
    [all...]

Completed in 162 milliseconds