Home
last modified time | relevance | path

Searched refs:current_retry_attempt (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_util.cc36 int64 ComputeBackoffMicroseconds(int current_retry_attempt, int64 min_delay, in ComputeBackoffMicroseconds() argument
38 DCHECK_GE(current_retry_attempt, 0); in ComputeBackoffMicroseconds()
55 while (current_retry_attempt > 0 && in ComputeBackoffMicroseconds()
57 current_retry_attempt--; in ComputeBackoffMicroseconds()
Dgrpc_util.h37 int64 ComputeBackoffMicroseconds(int current_retry_attempt,