tf.contrib.nccl.reduce_sum(tensors)
Defined in tensorflow/contrib/nccl/python/ops/nccl_ops.py
.
Returns a tensor with the reduce sum across tensors
.
The computation is done with a reduce operation, so only one tensor is returned.
tensors
: The input tensors across which to sum; must be assigned to GPU devices.A tensor containing the sum of the input tensors.
LookupError
: If context is not currently using a GPU device.
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/contrib/nccl/reduce_sum