Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/distribute/python/
Dkeras_multi_worker_test.py271 dc_context.get_current_worker_context().wait_for_other_workers()
275 dc_context.get_current_worker_context().wait_for_other_workers()
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_coordinator_test.py285 context.wait_for_other_workers()
298 context.wait_for_other_workers()
331 context.wait_for_other_workers()
Ddistribute_coordinator.py207 def wait_for_other_workers(self): member in _WorkerContext