Home
last modified time | relevance | path

Searched refs:GetTimeout (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcall_options.h64 int64 GetTimeout();
Dcall_options.cc44 int64 CallOptions::GetTimeout() { in GetTimeout() function in tensorflow::CallOptions
Dlocal_master.cc28 int64 timeout_in_ms = call_options->GetTimeout(); in WaitForNotification()
/external/chromium-trace/catapult/devil/devil/utils/
Dwatchdog_timer.py40 def GetTimeout(self): member in WatchdogTimer
Dtimeout_retry.py51 msg = 'Timeout of %.1f secs expired' % self._watcher.GetTimeout()
/external/tensorflow/tensorflow/contrib/verbs/
Dgrpc_verbs_client.cc29 SetDeadline(&ctx, call_options->GetTimeout()); in GetRemoteAddress()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_master.cc126 int64 timeout_in_ms = call_options->GetTimeout();