Searched refs:_run_single_worker (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_coordinator.py | 326 def _run_single_worker(worker_fn, function 461 target=_run_single_worker, 475 target=_run_single_worker, 504 target=_run_single_worker, 513 worker_result = _run_single_worker( 788 _run_single_worker(worker_fn, strategy, None, None, None, session_config, 791 _run_single_worker(eval_fn, eval_strategy, None, None, None, 860 return _run_single_worker(worker_fn, strategy, cluster_spec, task_type, 866 return _run_single_worker(worker_fn, strategy, cluster_spec, None, 871 return _run_single_worker(eval_fn, eval_strategy, cluster_spec, task_type,
|