Home
last modified time | relevance | path

Searched refs:_devices_match (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dcross_device_ops.py175 def _devices_match(left, right): function
180 if not all(_devices_match(v, d) for v, d in value_destination_pairs):
182 if not all(_devices_match(v, value_destination_pairs[0][0])
668 if _devices_match(per_replica_value, destinations):
Dvalues.py44 def _devices_match(d1, d2): function
218 return _devices_match(device, self._devices[replica_id])