fix the raises type format

This commit is contained in:
yelihua 2022-06-01 11:36:12 +08:00
parent 6c1ea8074e
commit 3e4b0fec5b
1 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ mindspore.ops.fills
**异常:**
**TypeError** - `x` 不是Tensor。
**TypeError** - `value` 具有前面未指定的类型。
**RuntimeError** - `value` 不能转换为与当前Tensor相同的类型。
**ValueError** - `value` 是非0维Tensor。
- **TypeError** - `x` 不是Tensor。
- **TypeError** - `value` 具有前面未指定的类型。
- **RuntimeError** - `value` 不能转换为与当前Tensor相同的类型。
- **ValueError** - `value` 是非0维Tensor。