Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dmulti_process_runner.py351 def start_in_process_as(self, as_task_type, as_task_id): argument
396 if not (task_type == as_task_type and task_id == as_task_id):
399 _set_tf_config(as_task_type, as_task_id, self._cluster_spec,
Dmulti_process_runner_test.py270 mpr.start_in_process_as(as_task_type='chief', as_task_id=0)