Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dmulti_worker_util.py274 def wait_for_other_workers(): function
276 return dc_context.get_current_worker_context().wait_for_other_workers()
Ddistribute_coordinator_test.py304 context.wait_for_other_workers()
317 context.wait_for_other_workers()
350 context.wait_for_other_workers()
Ddistribute_coordinator.py207 def wait_for_other_workers(self): member in _WorkerContext