!32867 optimizes the documentation of chinese API of ScatterAdd,GetNext

Merge pull request !32867 from zhangfanghe/code_docs_zfh_master_412
This commit is contained in:
i-robot 2022-04-13 01:55:58 +00:00 committed by Gitee
commit a25210e279
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ mindspore.ops.GetNext
- **types** (list[:class:`mindspore.dtype`]) - 输出的数据类型。
- **shapes** (list[tuple[int]]) - 输出数据的shape大小。
- **output_num** (int) - 输出编号、 `types``shapes` 的长度。
- **shared_name** (str) - `init_dataset` 接口名称。
- **shared_name** (str) - 待获取数据的队列名称。
**输入:**

View File

@ -4410,7 +4410,7 @@ class ScatterAdd(_ScatterOpDynamic):
Args:
use_locking (bool): Whether to protect the assignment by a lock.
If true, ` input_x` will be protected by the lock.
If true, `input_x` will be protected by the lock.
Otherwise, the calculation result is undefined. Default: False.
Inputs: