Defined in tensorflow/contrib/nccl/__init__.py.
Functions for using NVIDIA nccl collective ops.
all_max(...): Returns a list of tensors with the all-reduce max across tensors.
all_min(...): Returns a list of tensors with the all-reduce min across tensors.
all_prod(...): Returns a list of tensors with the all-reduce product across tensors.
all_sum(...): Returns a list of tensors with the all-reduce sum across tensors.
broadcast(...): Returns a tensor that can be efficiently transferred to other devices.
reduce_sum(...): Returns a tensor with the reduce sum across tensors.
__cached__
__loader__
__spec__
© 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