Searched defs:timeout_s (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | single_machine.cc | 41 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()
|
D | cluster.cc | 22 Cluster::Cluster(int timeout_s) : timeout_s_(timeout_s) { in Cluster()
|
D | single_machine_test.cc | 45 int timeout_s = 10; in SetUp() local
|
/external/autotest/server/cros/ |
D | gsutil_wrapper.py | 15 def copy_private_bucket(host, bucket, filename, destination, timeout_s=30): argument
|
/external/grpc-grpc/test/core/gpr/ |
D | spinlock_test.cc | 90 static void test(const char* name, void (*body)(void* m), int timeout_s, in test()
|
D | sync_test.cc | 243 void (*extra)(void* m), int timeout_s, int incr_step) { in test()
|
/external/autotest/client/cros/ |
D | mainloop.py | 42 def __init__(self, main_loop, timeout_s=-1): argument
|
/external/tensorflow/tensorflow/python/tpu/client/ |
D | client.py | 360 def wait_for_healthy(self, timeout_s=1200, interval=30): argument
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cluster_wrapper.cc | 85 int timeout_s = 60 * 10; in PYBIND11_MODULE() local
|