Home
last modified time | relevance | path

Searched defs:worker_fn (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Ddistribute_coordinator.py326 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
Ddistribute_coordinator_test.py239 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/
Dkeras_multi_worker_test.py258 def worker_fn(strategy): function