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.