提交 cc6258d6 编写于 作者: Z zhaoting

fix adam notes

上级 fa03a664
......@@ -2136,7 +2136,11 @@ class Adam(PrimitiveWithInfer):
- **gradient** (Tensor) - Gradients.
Outputs:
Tensor, has the same shape and data type as `var`.
Tuple of 3 Tensor, the updated parameters.
- **var** (Tensor) - The same shape and data type as `var`.
- **m** (Tensor) - The same shape and data type as `m`.
- **v** (Tensor) - The same shape and data type as `v`.
"""
@prim_attr_register
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册