Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dtcp_port.h135 void set_reconnection_timeout(int timeout_in_ms) { in set_reconnection_timeout()
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_rma_local.cc110 int64 timeout_in_ms, in CheckPeerHealth()
Ddirect_session.cc1811 int64 timeout_in_ms) { in WaitForNotification()
1827 Notification* notification, int64 timeout_in_ms) { in WaitForNotification()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_rma_distributed.cc191 const string& peer_task, int64 timeout_in_ms, const StatusCallback& done) { in CheckPeerHealth()
Dlocal_master.cc28 int64 timeout_in_ms = call_options->GetTimeout(); in WaitForNotification() local
/external/tensorflow/tensorflow/python/tpu/
Dsession_support.py109 def ping(self, request=None, timeout_in_ms=60000): argument
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_state.h95 thread::ThreadPool* threadpool, bool fail_fast, int64 timeout_in_ms, in RPCState()
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc826 int64 step_id, int64 timeout_in_ms, in Get()
1085 int64 step_id, int64 timeout_in_ms, in Get()
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto653 int64 timeout_in_ms = 2; field
/external/tensorflow/tensorflow/core/grappler/
Dutils.cc127 bool ExecuteWithTimeout(std::function<void()> fn, const int64 timeout_in_ms, in ExecuteWithTimeout()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc524 TFE_Context* ctx, const char* task, int64_t timeout_in_ms, in TFE_CollectiveOpsCheckPeerHealth()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py761 def check_collective_ops_peer_health(self, task, timeout_in_ms): argument
/external/tensorflow/tensorflow/python/training/
Dmonitored_session_test.py1439 def __init__(self, trace_level, timeout_in_ms, output_partition_graphs, argument
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1071 [](const py::handle& ctx, const char* task, int64_t timeout_in_ms) { in PYBIND11_MODULE()