Home
last modified time | relevance | path

Searched defs:timeout_s (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc41 SingleMachine::SingleMachine(int timeout_s, int num_cpu_cores, int num_gpus) in SingleMachine()
154 int64 timeout_s = timeout_s_ + expected_init_time_s_; in Run() local
249 int64 timeout_s) { in RunWithTimeout()
Dcluster.cc22 Cluster::Cluster(int timeout_s) : timeout_s_(timeout_s) { in Cluster()
Dsingle_machine_test.cc45 int timeout_s = 10; in SetUp() local
/external/autotest/server/cros/
Dgsutil_wrapper.py15 def copy_private_bucket(host, bucket, filename, destination, timeout_s=30): argument
/external/grpc-grpc/test/core/gpr/
Dspinlock_test.cc90 static void test(const char* name, void (*body)(void* m), int timeout_s, in test()
Dsync_test.cc243 void (*extra)(void* m), int timeout_s, int incr_step) { in test()
/external/autotest/client/cros/
Dmainloop.py42 def __init__(self, main_loop, timeout_s=-1): argument
/external/tensorflow/tensorflow/python/tpu/client/
Dclient.py360 def wait_for_healthy(self, timeout_s=1200, interval=30): argument
/external/tensorflow/tensorflow/python/grappler/
Dcluster_wrapper.cc85 int timeout_s = 60 * 10; in PYBIND11_MODULE() local