update Raises in ScatterUpdate doc

This commit is contained in:
zhengzuohe 2022-06-07 15:00:13 +08:00
parent 7cb5f8a103
commit 6e3b8735e6
1 changed files with 1 additions and 0 deletions

View File

@ -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` 需要的数据类型,就会报错。