Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dcombinations.py86 if strategy is not None and _num_total_workers(v.has_chief,
485 if _num_total_workers(has_chief, num_workers) == 1 or _running_in_worker:
548 def _num_total_workers(has_chief, num_workers): function