评价此页

torch.ger#

torch.ger(input, vec2, *, out=None) Tensor#

torch.outer() 的别名。

警告

此函数已弃用,将在未来的 PyTorch 版本中移除。请使用 torch.outer() 代替。