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

9 lines
260 B
ReStructuredText
Raw Permalink Normal View History

2022-05-25 15:45:10 +08:00
mindspore.ops.InplaceSub
========================
.. py:class:: mindspore.ops.InplaceSub(indices)
2022-12-29 11:02:03 +08:00
`x` 的特定行减去 `input_v` 。即计算 :math:`y = x`; :math:`y[i,] -= input\_v`
2022-05-25 15:45:10 +08:00
2022-06-17 10:12:18 +08:00
更多参考详见 :func:`mindspore.ops.inplace_sub`