提交 9fbe38e2 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!1403 Fix issue scatter max input x should be paramenter

Merge pull request !1403 from zhaozhenlong/fix-issues-scatter-max-comment
......@@ -2107,7 +2107,7 @@ class ScatterMax(PrimitiveWithInfer):
use_locking (bool): Whether protect the assignment by a lock. Default: True.
Inputs:
- **input_x** (Tensor) - The target tensor.
- **input_x** (Parameter) - The target parameter.
- **indices** (Tensor) - The index to do max operation whose data type should be int.
- **updates** (Tensor) - The tensor doing the maximum operation with 'input_x',
the data type is same as 'input_x', the shape is 'indices_shape + x_shape[1:]'.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部