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

9 lines
325 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.TensorScatterDiv
==============================
.. py:class:: mindspore.ops.TensorScatterDiv
根据索引通过相除运算得到输出Tensor的值。更新后的结果是通过算子output返回而不是直接原地更新input。
更多参考相见 :func:`mindspore.ops.tensor_scatter_div`