forked from mindspore-Ecosystem/mindspore
!48843 fix Ceil docs typo
Merge pull request !48843 from xupan/ceil_doc
This commit is contained in:
commit
e676916365
|
@ -15,5 +15,5 @@ mindspore.ops.ceil
|
||||||
Tensor,shape与 `x` 相同。
|
Tensor,shape与 `x` 相同。
|
||||||
|
|
||||||
异常:
|
异常:
|
||||||
- **TypeError** - `x` 的不是Tensor。
|
- **TypeError** - `x` 不是Tensor。
|
||||||
- **TypeError** - `x` 的数据类型既不是float16也不是float32。
|
- **TypeError** - `x` 的数据类型既不是float16也不是float32。
|
||||||
|
|
Loading…
Reference in New Issue