!13363 TensorScatterUpdate fix docstring typo

From: @peilin-wang
Reviewed-by: @liangchenghui,@tom__chen
Signed-off-by: @liangchenghui,@tom__chen
pull/13363/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit cd8e605051

@ -3382,7 +3382,7 @@ class TensorScatterUpdate(PrimitiveWithInfer):
vectors. For each index vector, there must be a corresponding value in `update`. If
the depth of each index tensor matches the rank of `input_x`, then each index
vector corresponds to a scalar in `input_x` and each update updates a scalar. If
the depth of each index tensor is less than the rnak of `input_x`, then each index
the depth of each index tensor is less than the rank of `input_x`, then each index
vector corresponds to a slice in `input_x`, and each update updates a slice.
The order in which updates are applied is nondeterministic, meaning that if there

Loading…
Cancel
Save