mindspore/docs/api/api_python/nn/mindspore.nn.ParameterUpdat...

25 lines
512 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mindspore.nn.ParameterUpdate
=========================================
.. py:class:: mindspore.nn.ParameterUpdate(param)
更新参数的Cell。
使用输入的 `Tensor` 值更新 `param` 的值。
**参数:**
- **param** (Parameter) - 输入的参数。
**输入:**
- **x** Tensor- shape和type与 `param` 相同的Tensor。
**输出:**
Tensor输入 `x`
**异常:**
- **KeyError** - 指定名称的参数不存在。