!48843 fix Ceil docs typo

Merge pull request !48843 from xupan/ceil_doc
This commit is contained in:
i-robot 2023-02-14 02:43:50 +00:00 committed by Gitee
commit e676916365
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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。