MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CallWithRetries

Method CallWithRetries

tensorflow/core/platform/cloud/retrying_utils.cc:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38} // namespace
39
40Status RetryingUtils::CallWithRetries(const std::function<Status()>& f,
41 const RetryConfig& config) {
42 return CallWithRetries(
43 f,
44 [](int64 micros) { return Env::Default()->SleepForMicroseconds(micros); },
45 config);
46}
47
48Status RetryingUtils::CallWithRetries(
49 const std::function<Status()>& f,

Callers

nothing calls this directly

Calls 10

DefaultFunction · 0.85
IsRetriableFunction · 0.85
New64Function · 0.85
fFunction · 0.50
StatusClass · 0.50
StrCatFunction · 0.50
minFunction · 0.50
SleepForMicrosecondsMethod · 0.45
codeMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected