Logaddexp2
Source:R/gen-namespace-docs.R
, R/gen-namespace-examples.R
, R/gen-namespace.R
torch_logaddexp2.Rd
Logaddexp2
logaddexp2(input, other, *, out=None) -> Tensor
Logarithm of the sum of exponentiations of the inputs in base-2.
Calculates pointwise \(\log_2\left(2^x + 2^y\right)\). See
torch_logaddexp()
for more details.