Searched refs:client_fn (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | multi_worker_test_base.py | 282 def _run_client(self, client_fn, task_type, task_id, num_gpus, *args, argument 284 result = client_fn(task_type, task_id, num_gpus, *args, **kwargs) 289 def _run_between_graph_clients(self, client_fn, cluster_spec, num_gpus, *args, argument 306 args=(client_fn, task_type, task_id, num_gpus) + args,
|
/external/ltp/testcases/network/netstress/ |
D | netstress.c | 365 void *client_fn(LTP_ATTRIBUTE_UNUSED void *arg) in client_fn() function 486 SAFE_PTHREAD_CREATE(&thread_ids[i], 0, client_fn, NULL); in client_init()
|