mindspore/docs/api/api_python/ops/mindspore.ops.TensorScatter...

12 lines
425 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mindspore.ops.TensorScatterElements
===================================
.. py:class:: mindspore.ops.TensorScatterElements
根据指定的更新值和输入索引通过reduction操作更新输入Tensor的值。
.. warning::
如果 `indices` 中有多个索引向量对应于同一位置,则输出中该位置值是不确定的。
更多参考详见 :func:`mindspore.ops.tensor_scatter_elements`