Home
last modified time | relevance | path

Searched refs:default_timeout_in_ms_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.cc51 default_timeout_in_ms_(default_timeout_in_ms) {} in LocalMaster()
63 WaitForNotification(call_options, default_timeout_in_ms_, &n)); in CreateSession()
77 WaitForNotification(call_options, default_timeout_in_ms_, &n)); in ExtendSession()
91 WaitForNotification(call_options, default_timeout_in_ms_, &n)); in PartialRunSetup()
106 WaitForNotification(call_options, default_timeout_in_ms_, &n)); in RunStep()
128 WaitForNotification(call_options, default_timeout_in_ms_, &n)); in CloseSession()
142 WaitForNotification(call_options, default_timeout_in_ms_, &n)); in ListDevices()
156 WaitForNotification(call_options, default_timeout_in_ms_, &n)); in Reset()
170 WaitForNotification(call_options, default_timeout_in_ms_, &n)); in MakeCallable()
184 WaitForNotification(call_options, default_timeout_in_ms_, &n)); in RunCallable()
[all …]
Dlocal_master.h100 const int64 default_timeout_in_ms_; variable