Rate this Page

torch.ger#

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

Alias of torch.outer().

Warning

This function is deprecated and will be removed in a future PyTorch release. Use torch.outer() instead.