Home
last modified time | relevance | path

Searched defs:timeout_in_ms (Results 1 – 15 of 15) 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_t timeout_in_ms, in CheckPeerHealth()
Ddirect_session.cc1806 int64_t timeout_in_ms) { in WaitForNotification()
1822 Notification* notification, int64_t timeout_in_ms) { in WaitForNotification()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_rma_distributed.cc232 const string& peer_task, int64_t timeout_in_ms, in CheckPeerHealth()
Dlocal_master.cc29 int64_t 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.h89 int64_t timeout_in_ms, int32_t max_retries, const string* target) in RPCState()
/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
Drun_handler.cc778 std::unique_ptr<RunHandler> Get(int64_t step_id, int64_t timeout_in_ms, in Get()
1035 int64_t step_id, int64_t timeout_in_ms, const RunHandlerOptions& options) { in Get()
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc826 int64_t step_id, int64_t timeout_in_ms, in Get()
1085 int64_t step_id, int64_t timeout_in_ms, in Get()
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto697 int64 timeout_in_ms = 2; field
/external/tensorflow/tensorflow/core/grappler/
Dutils.cc127 bool ExecuteWithTimeout(std::function<void()> fn, const int64_t timeout_in_ms, in ExecuteWithTimeout()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc523 TFE_Context* ctx, const char* task, int64_t timeout_in_ms, in TFE_CollectiveOpsCheckPeerHealth()
/external/tensorflow/tensorflow/python/training/
Dmonitored_session_test.py1480 def __init__(self, trace_level, timeout_in_ms, output_partition_graphs, argument
/external/tensorflow/tensorflow/python/eager/
Dcontext.py825 def check_collective_ops_peer_health(self, task, timeout_in_ms): argument
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1184 [](const py::handle& ctx, const char* task, int64_t timeout_in_ms) { in PYBIND11_MODULE()