評價此頁

torch.ger#

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

torch.outer() 的別名。

警告

此函式已棄用,將在未來的 PyTorch 版本中移除。請使用 torch.outer() 代替。