Logaddexp2
torch_logaddexp2(self, other)
self
: (Tensor) the input tensor.other
: (Tensor) the second input tensorLogarithm of the sum of exponentiations of the inputs in base-2.
Calculates pointwise . See torch_logaddexp()
for more details.
Useful links