!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:
commit
a25210e279
|
@ -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) - 待获取数据的队列名称。
|
||||
|
||||
**输入:**
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue