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.Ger
==================
.. py:class:: mindspore.ops.Ger
计算两个一维Tensor的外积。即输入 `x1` 和输入 `x2` 的外积。如果 `x1` shape为 :math:`(m,)` ,`x2` shape为 :math:`(n,)` ,
那么输出就是一个shape为 :math:`(m, n)` 的Tensor。
更多参考详见 :func:`mindspore.ops.ger`。