Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/coordinator/
Dcluster_coordinator_test.py34 from tensorflow.python.distribute.coordinator import cluster_coordinator as coordinator_lib unknown
56 queue = coordinator_lib._CoordinatedClosureQueue()
68 closure_queue = coordinator_lib._CoordinatedClosureQueue()
98 closure_queue.put(coordinator_lib.Closure(get_func(label), cm))
115 closure_queue = coordinator_lib._CoordinatedClosureQueue()
128 coordinator_lib.Closure(func, closure_queue._cancellation_mgr))
164 closure_queue = coordinator_lib._CoordinatedClosureQueue()
194 return coordinator_lib.Closure(some_function, cancellation_mgr)
197 closure_queue = coordinator_lib._CoordinatedClosureQueue()
334 coordinator_lib._RemoteValueStatus.READY)
[all …]
Dmetric_utils_test.py26 from tensorflow.python.distribute.coordinator import cluster_coordinator as coordinator_lib unknown
51 cluster = coordinator_lib.Cluster(strategy)
/external/tensorflow/tensorflow/python/keras/distribute/
Dparameter_server_training_test.py35 from tensorflow.python.distribute.coordinator import cluster_coordinator as coordinator_lib unknown
75 return coordinator_lib.ClusterCoordinator(
359 coordinator_lib.ClusterCoordinator(strategy))