Searched refs:ComputeBackoffMicroseconds (Results 1 – 5 of 5) sorted by relevance
53 now_micros + ::tensorflow::ComputeBackoffMicroseconds(num_retries); in Retry()
37 int64 ComputeBackoffMicroseconds(int current_retry_attempt,
36 int64 ComputeBackoffMicroseconds(int current_retry_attempt, int64 min_delay, in ComputeBackoffMicroseconds() function
168 now + absl::Microseconds(ComputeBackoffMicroseconds(num_retries));
754 now_micros + ::tensorflow::ComputeBackoffMicroseconds(num_retries)); in GetElementTraced()