update docs/api/api_python/mindspore/mindspore.ParameterTuple.rst.

删除无效的异常提示
This commit is contained in:
zyli2020 2021-11-18 10:24:46 +00:00 committed by Gitee
parent 68f292eb8d
commit 6181690bf5
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ mindspore.ParameterTuple
- **prefix** (str):参数的命名空间。
- **init** (Union[Tensor, str, numbers.Number])初始化参数的shape和dtype。 `init` 的定义与 `Parameter` API中的定义相同。默认值'same'。
**异常:**
RuntimeError参数名称不以“embedding_table”结尾。
**返回:**
新的参数元组。