Home
last modified time | relevance | path

Searched refs:RemoteValue (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.distribute.experimental.coordinator.-remote-value.pbtxt1 path: "tensorflow.distribute.experimental.coordinator.RemoteValue"
3 …is_instance: "<class \'tensorflow.python.distribute.coordinator.cluster_coordinator.RemoteValue\'>"
Dtensorflow.distribute.experimental.coordinator.pbtxt12 name: "RemoteValue"
/external/tensorflow/tensorflow/python/distribute/coordinator/
Dcluster_coordinator.py104 class RemoteValue(object): class
165 class RemoteValueImpl(RemoteValue):
246 if isinstance(val, RemoteValue):
269 if isinstance(val, RemoteValue):
281 if isinstance(val, RemoteValue):
325 if isinstance(x, RemoteValue):
841 if not isinstance(resource_remote_value, RemoteValue):
1295 if isinstance(val, RemoteValue):
Dcluster_coordinator_test.py948 self.assertIsInstance(result, coordinator_lib.RemoteValue)
/external/tensorflow/
DRELEASE.md582 related data structure `RemoteValue` and `PerWorkerValue`.