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.
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.
© 2025, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://docs.pytorch.org/docs/2.9/generated/torch.ger.html