PyTorch
torch / torch
torch.logaddexp2¶
-
torch.
logaddexp2
(input, other, *, out=None) → Tensor¶ Logarithm of the sum of exponentiations of the inputs in base-2.
Calculates pointwise log2(2x+2y) . See
torch.logaddexp()
for more details.
此页内容是否对您有帮助
感谢反馈!