Rate this Page

torch.ger#

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

Alias oftorch.outer().

Warning

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