Searched refs:PerWorkerValues (Results 1 – 3 of 3) sorted by relevance
1 path: "tensorflow.distribute.experimental.coordinator.PerWorkerValues"3 …nstance: "<class \'tensorflow.python.distribute.coordinator.cluster_coordinator.PerWorkerValues\'>"
8 name: "PerWorkerValues"
291 class PerWorkerValues(object): class316 …return x._values[worker_id] if isinstance(x, PerWorkerValues) else x # pylint: disable=protected-…1243 return PerWorkerValues(tuple(results))1363 class _PerWorkerDistributedIterator(PerWorkerValues):