Home
last modified time | relevance | path

Searched defs:timeout_in_ms (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Drpc_op.cc47 int64 timeout_in_ms; in RpcOp() local
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_state.h54 thread::ThreadPool* threadpool, bool fail_fast, int64 timeout_in_ms, in RPCState()
Dgrpc_remote_master.cc126 int64 timeout_in_ms = call_options->GetTimeout(); local
Dgrpc_rpc_factory.cc81 int64 timeout_in_ms) in GrpcRPCFactory()
/external/webrtc/webrtc/p2p/base/
Dtcpport.h136 void set_reconnection_timeout(int timeout_in_ms) { in set_reconnection_timeout()
/external/tensorflow/tensorflow/python/tpu/
Dsession_support.py106 def ping(self, request=None, timeout_in_ms=5000): argument
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto466 int64 timeout_in_ms = 2; field
/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.cc28 int64 timeout_in_ms = call_options->GetTimeout(); in WaitForNotification() local
/external/tensorflow/tensorflow/core/grappler/
Dutils.cc192 bool ExecuteWithTimeout(std::function<void()> fn, const int64 timeout_in_ms, in ExecuteWithTimeout()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1689 int64 timeout_in_ms) { in WaitForNotification()
1706 Notification* notification, int64 timeout_in_ms) { in WaitForNotification()
/external/tensorflow/tensorflow/python/training/
Dmonitored_session_test.py1393 def __init__(self, trace_level, timeout_in_ms, output_partition_graphs, argument
/external/v8/src/
Disolate.cc3840 double timeout_in_ms, in Throw()