OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeout_in_ms_
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/core/distributed_runtime/
call_options.cc
46
return
timeout_in_ms_
;
51
timeout_in_ms_
= ms;
call_options.h
72
int64
timeout_in_ms_
GUARDED_BY(mu_);
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_state.h
63
timeout_in_ms_
(timeout_in_ms),
82
if (
timeout_in_ms_
> 0) {
84
gpr_time_from_millis(
timeout_in_ms_
, GPR_TIMESPAN));
160
int64
timeout_in_ms_
;
member in class:tensorflow::RPCState
grpc_rpc_factory.h
66
int64
timeout_in_ms_
;
member in class:tensorflow::GrpcRPCFactory
grpc_rpc_factory.cc
82
: RPCFactory(), fail_fast_(fail_fast),
timeout_in_ms_
(timeout_in_ms) {
213
nullptr /*threadpool*/, fail_fast_,
timeout_in_ms_
, 0 /* max_retries */);
local
Completed in 871 milliseconds