Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/rpc/
Drpc_agent.cpp97 computeNewRpcRetryTime(retryOptions, /* retryCount */ 0); in sendWithRetries()
188 steady_clock_time_point newTime = computeNewRpcRetryTime( in retryExpiredRpcs()
Drpc_agent.h308 inline steady_clock_time_point computeNewRpcRetryTime( in computeNewRpcRetryTime() function