fix Ceil docs typo

This commit is contained in:
xupan 2023-02-13 21:21:06 +08:00
parent 78b085e0ac
commit 5f1f570545
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ mindspore.ops.ceil
Tensorshape与 `x` 相同。
异常:
- **TypeError** - `x` 不是Tensor。
- **TypeError** - `x` 不是Tensor。
- **TypeError** - `x` 的数据类型既不是float16也不是float32。