Searched refs:batch_reduce_implementation (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.distribute.-cross-device-ops.pbtxt | 14 name: "batch_reduce_implementation"
|
D | tensorflow.distribute.-reduction-to-one-device.pbtxt | 15 name: "batch_reduce_implementation"
|
D | tensorflow.distribute.-hierarchical-copy-all-reduce.pbtxt | 16 name: "batch_reduce_implementation"
|
D | tensorflow.distribute.-nccl-all-reduce.pbtxt | 16 name: "batch_reduce_implementation"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.distribute.-cross-device-ops.pbtxt | 14 name: "batch_reduce_implementation"
|
D | tensorflow.distribute.-reduction-to-one-device.pbtxt | 15 name: "batch_reduce_implementation"
|
D | tensorflow.distribute.-nccl-all-reduce.pbtxt | 16 name: "batch_reduce_implementation"
|
D | tensorflow.distribute.-hierarchical-copy-all-reduce.pbtxt | 16 name: "batch_reduce_implementation"
|
/external/tensorflow/tensorflow/python/distribute/ |
D | cross_device_ops.py | 427 return self.batch_reduce_implementation(reduce_op, value_destination_pairs, 482 def batch_reduce_implementation(self, reduce_op, value_destination_pairs, member in CrossDeviceOps 617 def batch_reduce_implementation(self, reduce_op, value_destination_pairs, member in ReductionToOneDevice 848 def batch_reduce_implementation(self, reduce_op, value_destination_pairs, member in AllReduceCrossDeviceOps 1162 def batch_reduce_implementation(self, reduce_op, value_destination_pairs, member in CollectiveAllReduce
|