Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dmulti_worker_test_base.py533 def _run_client(self, client_fn, task_type, task_id, num_gpus, eager_mode, argument
538 client_fn(task_type, task_id, num_gpus, *args, **kwargs)
547 def _run_between_graph_clients(self, client_fn, cluster_spec, num_gpus, *args, argument
564 args=(client_fn, task_type, task_id, num_gpus,
/external/ltp/testcases/network/netstress/
Dnetstress.c364 void *client_fn(LTP_ATTRIBUTE_UNUSED void *arg) in client_fn() function
485 SAFE_PTHREAD_CREATE(&thread_ids[i], 0, client_fn, NULL); in client_init()