Searched defs:reduce_implementation (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/distribute/ |
D | cross_device_ops.py | 303 def reduce_implementation(self, reduce_op, per_replica_value, destinations): member in CrossDeviceOps 382 def reduce_implementation(self, reduce_op, per_replica_value, destinations): member in ReductionToOneDevice 667 def reduce_implementation(self, reduce_op, per_replica_value, destinations): member in AllReduceCrossDeviceOps 974 def reduce_implementation(self, reduce_op, per_replica_value, destinations): member in CollectiveAllReduce
|