Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/data/service/
Dgrpc_util.cc53 now_micros + ::tensorflow::ComputeBackoffMicroseconds(num_retries); in Retry()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_util.cc36 int64 ComputeBackoffMicroseconds(int current_retry_attempt, int64 min_delay, in ComputeBackoffMicroseconds() function
Dgrpc_util.h37 int64 ComputeBackoffMicroseconds(int current_retry_attempt,
Dgrpc_remote_master.cc168 now + absl::Microseconds(ComputeBackoffMicroseconds(num_retries));
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Ddata_service_dataset_op.cc754 now_micros + ::tensorflow::ComputeBackoffMicroseconds(num_retries)); in GetElementTraced()