View source: R/gen-namespace.R
torch_logaddexp2 | R Documentation |
Logaddexp2
torch_logaddexp2(self, other)
self |
(Tensor) the input tensor. |
other |
(Tensor) the second input 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.