Browse Source

!1642 fix class HostReduceScatter docstring spell error

Merge pull request !1642 from yihuaijie/master
tags/v0.5.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
c6f538a3bd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ops/operations/comm_ops.py

+ 1
- 1
mindspore/ops/operations/comm_ops.py View File

@@ -304,7 +304,7 @@ class HostReduceScatter(PrimitiveWithInfer):
like sum, max, avg. Default: ReduceOp.SUM.
group (Union[tuple[int],list[int]]): The rand_ids of communication group to work on.

Raise:
Raises:
TypeError: If op is not a string and group is not a list nor tuple,
or elements of group are not int.
ValueError: If the first dimension of input can not be divided by rank size,


Loading…
Cancel
Save