!48593 modify the wording in mindspore

Merge pull request !48593 from 宦晓玲/code_docs_0208
This commit is contained in:
i-robot 2023-02-08 09:49:22 +00:00 committed by Gitee
commit 61bdf33408
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ mindspore.ops.assign
`variable``value` 遵循隐式类型转换规则,使数据类型一致。如果它们具有不同的数据类型,则低精度数据类型将转换为相对最高精度的数据类型。
参数:
- **variable** (Parameter) - 网参数。 :math:`(N,*)` ,其中 :math:`*` 表示任意数量的附加维度其秩应小于8。
- **variable** (Parameter) - 网参数。 :math:`(N,*)` ,其中 :math:`*` 表示任意数量的附加维度其秩应小于8。
- **value** (Tensor) - 要分配的值shape与 `variable` 相同。
返回: