mindspore/docs/api/api_python/ops/mindspore.ops.ScatterNd.rst

13 lines
334 B
ReStructuredText
Raw Permalink 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.ScatterNd
=======================
.. py:class:: mindspore.ops.ScatterNd
根据指定的索引将更新值散布到新Tensor上。
在秩为3的第一个维度中插入两个新值矩阵的计算过程如下图所示
.. image:: ScatterNd.png
更多参考详见 :func:`mindspore.ops.scatter_nd`