forked from mindspore-Ecosystem/mindspore
update Raises in ScatterUpdate doc
This commit is contained in:
parent
7cb5f8a103
commit
6e3b8735e6
|
@ -30,4 +30,5 @@
|
|||
|
||||
- **TypeError** - `use_locking` 不是bool。
|
||||
- **TypeError** - `indices` 不是int32或者int64。
|
||||
- **ValueError** - `updates` 的shape不等于 `indices.shape + input_x.shape[1:]` 。
|
||||
- **RuntimeError** - 当 `input_x` 和 `updates` 类型不一致,需要进行类型转换时,如果 `updates` 不支持转成参数 `input_x` 需要的数据类型,就会报错。
|
Loading…
Reference in New Issue