Browse Source

fix typo for TensorScatterUpdate

tags/v1.2.0-rc1
Peilin Wang 4 years ago
parent
commit
9cf71fe32f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ops/operations/array_ops.py

+ 1
- 1
mindspore/ops/operations/array_ops.py View File

@@ -3380,7 +3380,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