!39936 modify the format of API files

Merge pull request !39936 from 宦晓玲/code_docs_0808
This commit is contained in:
i-robot 2022-08-08 01:41:54 +00:00 committed by Gitee
commit bba0eefee1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 6 additions and 9 deletions

View File

@ -14,14 +14,11 @@ mindspore.ops.isfinite
其中 :math:`Finite` 表示的不是number。
**参数:**
参数:
- **x** (Tensor) - IsFinite的输入任意维度的Tensor。
- **x** (Tensor) - IsFinite的输入任意维度的Tensor。
返回:
Tensor输出的shape与输入相同数据类型为bool。
**返回:**
Tensor输出的shape与输入相同数据类型为bool。
**异常:**
- **TypeError** - `x` 不是Tensor。
异常:
- **TypeError** - `x` 不是Tensor。