diff --git a/docs/api/api_python/ops/mindspore.ops.ScatterUpdate.rst b/docs/api/api_python/ops/mindspore.ops.ScatterUpdate.rst index 66085dff606..e31f1e09ae3 100644 --- a/docs/api/api_python/ops/mindspore.ops.ScatterUpdate.rst +++ b/docs/api/api_python/ops/mindspore.ops.ScatterUpdate.rst @@ -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` 需要的数据类型,就会报错。 \ No newline at end of file