Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Drpc_op.cc46 int64 timeout_in_ms; in RpcOp() local
/external/webrtc/webrtc/p2p/base/
Dtcpport.h136 void set_reconnection_timeout(int timeout_in_ms) { in set_reconnection_timeout()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_master.cc130 int64 timeout_in_ms = call_options->GetTimeout(); local
Dgrpc_rpc_factory.cc81 int64 timeout_in_ms) in GrpcRPCFactory()
Dgrpc_state.h73 thread::ThreadPool* threadpool, bool fail_fast, int64 timeout_in_ms, in RPCState()
/external/tensorflow/tensorflow/python/tpu/
Dsession_support.py109 def ping(self, request=None, timeout_in_ms=5000): argument
/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.cc28 int64 timeout_in_ms = call_options->GetTimeout(); in WaitForNotification() local
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto601 int64 timeout_in_ms = 2; field
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc944 std::unique_ptr<RunHandler> Get(int64 step_id, int64 timeout_in_ms) in Get()
1173 int64 timeout_in_ms) { in Get()
/external/tensorflow/tensorflow/core/grappler/
Dutils.cc199 bool ExecuteWithTimeout(std::function<void()> fn, const int64 timeout_in_ms, in ExecuteWithTimeout()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1799 int64 timeout_in_ms) { in WaitForNotification()
1815 Notification* notification, int64 timeout_in_ms) { in WaitForNotification()
/external/tensorflow/tensorflow/python/training/
Dmonitored_session_test.py1439 def __init__(self, trace_level, timeout_in_ms, output_partition_graphs, argument
/external/v8/src/execution/
Disolate.cc4287 double timeout_in_ms, in ThrowInternal()