torch.logaddexp2
-
torch.logaddexp2(input, other, *, out=None) → Tensor -
Logarithm of the sum of exponentiations of the inputs in base-2.
Calculates pointwise . See
torch.logaddexp()for more details.
torch.logaddexp2(input, other, *, out=None) → Tensor Logarithm of the sum of exponentiations of the inputs in base-2.
Calculates pointwise . See torch.logaddexp() for more details.
© 2025, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://docs.pytorch.org/docs/2.9/generated/torch.logaddexp2.html