Home
last modified time | relevance | path

Searched refs:retry_config_ (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/platform/cloud/
Dretrying_file_system.h39 retry_config_(retry_config) {} in RetryingFileSystem()
58 retry_config_); in FileExists()
66 retry_config_); in GetChildren()
75 retry_config_); in GetMatchingPaths()
81 retry_config_); in Stat()
87 retry_config_); in DeleteFile()
93 retry_config_); in CreateDir()
99 retry_config_); in DeleteDir()
107 retry_config_); in GetFileSize()
115 retry_config_); in RenameFile()
[all …]
Dcompute_engine_metadata_client.cc34 retry_config_(config) {} in ComputeEngineMetadataClient()
47 return RetryingUtils::CallWithRetries(get_metadata_from_gce, retry_config_); in GetMetadata()
Dcompute_engine_metadata_client.h59 const RetryConfig retry_config_; variable
Dgcs_file_system.cc348 retry_config_(retry_config) { in GcsWritableFile()
372 retry_config_(retry_config) { in GcsWritableFile()
461 retry_config_); in SyncImpl()
606 RetryConfig retry_config_; member in tensorflow::__anon7adb83a40111::GcsWritableFile
826 retry_config_(retry_config), in GcsFileSystem()
961 retry_config_)); in NewWritableFile()
1001 [this, fname]() { ClearFileCaches(fname); }, retry_config_)); in NewAppendableFile()
1561 [this, &src]() { return DeleteFile(src); }, retry_config_); in RenameObject()
1617 [this, &full_path]() { return DeleteFile(full_path); }, retry_config_); in DeleteRecursively()
Dgcs_file_system.h335 RetryConfig retry_config_; variable