Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_state.h63 timeout_in_ms_(timeout_in_ms), in RPCState()
82 if (timeout_in_ms_ > 0) { in StartCall()
84 gpr_time_from_millis(timeout_in_ms_, GPR_TIMESPAN)); in StartCall()
160 int64 timeout_in_ms_; variable
Dgrpc_rpc_factory.cc82 : RPCFactory(), fail_fast_(fail_fast), timeout_in_ms_(timeout_in_ms) { in GrpcRPCFactory()
213 nullptr /*threadpool*/, fail_fast_, timeout_in_ms_, 0 /* max_retries */); in StartCall()
Dgrpc_rpc_factory.h66 int64 timeout_in_ms_; variable
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcall_options.cc46 return timeout_in_ms_; in GetTimeout()
51 timeout_in_ms_ = ms; in SetTimeout()
Dcall_options.h72 int64 timeout_in_ms_ GUARDED_BY(mu_);