Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dmulti_worker_util.py137 return dc_context.get_current_worker_context().is_chief
258 return dc_context.get_current_worker_context().should_checkpoint
271 return dc_context.get_current_worker_context().experimental_should_init
276 return dc_context.get_current_worker_context().wait_for_other_workers()
281 return dc_context.get_current_worker_context() is not None
Destimator_training.py226 context = dc_context.get_current_worker_context()
260 local_estimator._config, dc_context.get_current_worker_context())
324 context = dc_context.get_current_worker_context()
373 context = dc_context.get_current_worker_context()
Ddistribute_coordinator_context.py26 def get_current_worker_context(): function
Ddistribute_coordinator_test.py222 context = distribute_coordinator_context.get_current_worker_context()
283 context = distribute_coordinator_context.get_current_worker_context()
330 context = distribute_coordinator_context.get_current_worker_context()
372 context = distribute_coordinator_context.get_current_worker_context()
387 context = distribute_coordinator_context.get_current_worker_context()
843 worker_context = distribute_coordinator_context.get_current_worker_context()
Ddistribute_coordinator.py156 old_context = distribute_coordinator_context.get_current_worker_context()
/external/tensorflow/tensorflow/python/training/
Dmonitored_session.py530 worker_context = distribute_coordinator_context.get_current_worker_context()
739 worker_context = distribute_coordinator_context.get_current_worker_context()
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py1094 return dc_context.get_current_worker_context().is_chief
/external/tensorflow/tensorflow/python/keras/
Dbackend.py6525 worker_context = dc_context.get_current_worker_context()