From 6181690bf5a6795215119ad1df734ae41c54ad5e Mon Sep 17 00:00:00 2001 From: zyli2020 Date: Thu, 18 Nov 2021 10:24:46 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/api/api=5Fpython/mindspore/mindsp?= =?UTF-8?q?ore.ParameterTuple.rst.=20=E5=88=A0=E9=99=A4=E6=97=A0=E6=95=88?= =?UTF-8?q?=E7=9A=84=E5=BC=82=E5=B8=B8=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/api_python/mindspore/mindspore.ParameterTuple.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/api/api_python/mindspore/mindspore.ParameterTuple.rst b/docs/api/api_python/mindspore/mindspore.ParameterTuple.rst index 24368e5fe30..6fc32412589 100644 --- a/docs/api/api_python/mindspore/mindspore.ParameterTuple.rst +++ b/docs/api/api_python/mindspore/mindspore.ParameterTuple.rst @@ -17,10 +17,6 @@ mindspore.ParameterTuple - **prefix** (str):参数的命名空间。 - **init** (Union[Tensor, str, numbers.Number]):初始化参数的shape和dtype。 `init` 的定义与 `Parameter` API中的定义相同。默认值:'same'。 - **异常:** - - RuntimeError:参数名称不以“embedding_table”结尾。 - **返回:** 新的参数元组。 \ No newline at end of file