Home
last modified time | relevance | path

Searched defs:value_destination_pairs (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dcross_device_ops.py130 def _normalize_value_destination_pairs(value_destination_pairs): argument
151 def _validate_value_destination_pairs(value_destination_pairs): argument
186 def _all_devices_match(value_destination_pairs, canonicalize_devices=True): argument
397 def batch_reduce(self, reduce_op, value_destination_pairs, options=None): argument
498 def batch_reduce_implementation(self, reduce_op, value_destination_pairs, argument
637 def batch_reduce_implementation(self, reduce_op, value_destination_pairs, argument
868 def batch_reduce_implementation(self, reduce_op, value_destination_pairs, argument
1254 def batch_reduce_implementation(self, reduce_op, value_destination_pairs, argument
Dparameter_server_strategy.py527 def _batch_reduce_to(self, reduce_op, value_destination_pairs, options): argument
Ddistribute_lib.py2389 def batch_reduce_to(self, reduce_op, value_destination_pairs, options=None): argument
2461 def _batch_reduce_to(self, reduce_op, value_destination_pairs, options): argument
2551 def _batch_gather_to(self, value_destination_pairs, axis, options=None): argument
Dmirrored_strategy.py757 def _batch_reduce_to(self, reduce_op, value_destination_pairs, options): argument
/external/tensorflow/tensorflow/python/distribute/v1/
Dcross_device_ops_test.py558 def _batch_reduce(test_object, reduce_op, value_destination_pairs): argument