Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.distribute.experimental.coordinator.-per-worker-values.pbtxt1 path: "tensorflow.distribute.experimental.coordinator.PerWorkerValues"
3 …nstance: "<class \'tensorflow.python.distribute.coordinator.cluster_coordinator.PerWorkerValues\'>"
Dtensorflow.distribute.experimental.coordinator.pbtxt8 name: "PerWorkerValues"
/external/tensorflow/tensorflow/python/distribute/coordinator/
Dcluster_coordinator.py291 class PerWorkerValues(object): class
316 …return x._values[worker_id] if isinstance(x, PerWorkerValues) else x # pylint: disable=protected-…
1243 return PerWorkerValues(tuple(results))
1363 class _PerWorkerDistributedIterator(PerWorkerValues):