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(
853 context = _WorkerContext(strategy, cluster_spec, task_type, task_id)
/external/tensorflow/tensorflow/python/training/
Dmonitored_session_test.py412 context = distribute_coordinator._WorkerContext(
433 context = distribute_coordinator._WorkerContext(
453 context = distribute_coordinator._WorkerContext(
473 context = distribute_coordinator._WorkerContext(
495 context = distribute_coordinator._WorkerContext(strategy, None, 'worker', 1)