Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Ddistribute_coordinator.py103 class _WorkerContext(object): class
347 context = _WorkerContext(
864 context = _WorkerContext(strategy, cluster_spec, task_type, task_id)
/external/tensorflow/tensorflow/python/training/
Dmonitored_session_test.py458 context = distribute_coordinator._WorkerContext(
479 context = distribute_coordinator._WorkerContext(
499 context = distribute_coordinator._WorkerContext(
519 context = distribute_coordinator._WorkerContext(
541 context = distribute_coordinator._WorkerContext(strategy, None, 'worker', 1)