Skip to content

Commit

Permalink
Merge pull request #565 from helmholtz-analytics/features/217-reduce_…
Browse files Browse the repository at this point in the history
…op-docs

Docs fix
  • Loading branch information
coquelin77 authored May 7, 2020
2 parents a1c3792 + ba6fb31 commit 0784ed6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions heat/core/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,9 @@ def __reduce_op(x, partial_op, reduction_op, neutral=None, **kwargs):
The MPI operator for performing the full reduction based on the results returned by the partial_op function.
neutral: scalar
Neutral element for the reduction operation, i.e. an element that does not change the reductions operations
result. Required in cases where
Neutral element, i.e. an element that does not change the result of the reduction operation. Needed for
those cases where 'x.gshape[x.split] < x.comm.rank', that is, the shape of the distributed tensor is such
that one or more processes will be left without data.
Returns
-------
Expand Down

0 comments on commit 0784ed6

Please sign in to comment.