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:function:: mindspore.ops.ger(input, vec2)
计算输入一维tensor `input` 与 `vec2` 的外积。
.. note::
Ascend平台,不支持float64类型。
参数:
- **input** (Tensor) - 一维输入tensor。
- **vec2** (Tensor) - 一维输入tensor。
返回:
Tensor