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

10 lines
339 B
ReStructuredText
Raw Normal View History

mindspore.ops.Ger
==================
2022-11-19 10:12:44 +08:00
.. py:class:: mindspore.ops.Ger
2022-10-09 16:53:34 +08:00
计算两个一维Tensor的外积。即输入 `x1` 和输入 `x2` 的外积。如果 `x1` shape为 :math:`(m,)` `x2` shape为 :math:`(n,)`
那么输出就是一个shape为 :math:`(m, n)` 的Tensor。
更多参考详见 :func:`mindspore.ops.ger`