Searched defs:worker_fn (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_coordinator.py | 326 def _run_single_worker(worker_fn, argument 451 def _run_between_graph_client(worker_fn, strategy, eval_fn, eval_strategy, argument 494 def _run_in_graph_client(worker_fn, strategy, eval_fn, eval_strategy, argument 628 def run_distribute_coordinator(worker_fn, argument
|
D | distribute_coordinator_test.py | 239 def _run_coordinator_in_thread(self, worker_fn, strategy, **kwargs): argument 247 def _run_multiple_coordinator_in_threads(self, worker_fn, strategy, argument
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | keras_multi_worker_test.py | 258 def worker_fn(strategy): function
|