Home
last modified time | relevance | path

Searched refs:timeout_s_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc154 int64 timeout_s = timeout_s_ + expected_init_time_s_; in Run()
243 return RunWithTimeout(feed, fetch, run_metadata, timeout_s_); in RunWithTimeout()
306 use_timeout ? timeout_s_ * 1000 : -1, thread_pool_.get()); in CloseSession()
312 timeout_s_, " seconds, aborting"); in CloseSession()
332 int64 timeout_us = 1000000ll * timeout_s_; in ShutdownSession()
338 timeout_s_, " seconds"); in ShutdownSession()
Dcluster.h138 const int timeout_s_; variable
Dcluster.cc22 Cluster::Cluster(int timeout_s) : timeout_s_(timeout_s) { in Cluster()