Searched refs:CallWithRetries (Results 1 – 6 of 6) sorted by relevance
56 return RetryingUtils::CallWithRetries( in FileExists()62 return RetryingUtils::CallWithRetries( in GetChildren()71 return RetryingUtils::CallWithRetries( in GetMatchingPaths()79 return RetryingUtils::CallWithRetries( in Stat()91 return RetryingUtils::CallWithRetries( in CreateDir()103 return RetryingUtils::CallWithRetries( in GetFileSize()111 return RetryingUtils::CallWithRetries( in RenameFile()119 return RetryingUtils::CallWithRetries( in IsDirectory()159 return RetryingUtils::CallWithRetries( in Read()183 return RetryingUtils::CallWithRetries( in Append()[all …]
40 Status RetryingUtils::CallWithRetries(const std::function<Status()>& f, in CallWithRetries() function in tensorflow::RetryingUtils42 return CallWithRetries( in CallWithRetries()48 Status RetryingUtils::CallWithRetries( in CallWithRetries() function in tensorflow::RetryingUtils85 return RetryingUtils::CallWithRetries( in DeleteWithRetries()
33 const auto& status = RetryingUtils::CallWithRetries( in TEST()66 RetryingUtils::CallWithRetries(f, RetryConfig(0 /* init_delay_time_us */)) in TEST()80 TF_EXPECT_OK(RetryingUtils::CallWithRetries( in TEST()93 TF_EXPECT_OK(RetryingUtils::CallWithRetries( in TEST()
53 static Status CallWithRetries(const std::function<Status()>& f,57 static Status CallWithRetries(const std::function<Status()>& f,
47 return RetryingUtils::CallWithRetries(get_metadata_from_gce, retry_config_); in GetMetadata()
443 const Status upload_status = RetryingUtils::CallWithRetries( in SyncImpl()