LostTech.TensorFlow : API Documentation

Type nccl_ops

Namespace tensorflow.python.ops.nccl_ops

Public static methods

object all_max(IEnumerable<IGraphNodeBase> tensors)

object all_max_dyn(object tensors)

object all_min(IEnumerable<IGraphNodeBase> tensors)

object all_min_dyn(object tensors)

object all_prod(IEnumerable<IGraphNodeBase> tensors)

object all_prod_dyn(object tensors)

object all_sum(IEnumerable<IGraphNodeBase> tensors)

object all_sum_dyn(object tensors)

Tensor broadcast(IGraphNodeBase tensor)

object broadcast_dyn(object tensor)

Tensor reduce_sum(IEnumerable<IGraphNodeBase> tensors)

Public properties

PythonFunctionContainer all_max_fn get;

PythonFunctionContainer all_min_fn get;

PythonFunctionContainer all_prod_fn get;

PythonFunctionContainer all_sum_fn get;

PythonFunctionContainer broadcast_fn get;

PythonFunctionContainer reduce_sum_fn get;