modify the format of API file

This commit is contained in:
zhangyi 2022-08-08 09:22:04 +08:00
parent 23835793b3
commit eafcab3903
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。