Exp2
torch_exp2(self)
self
Computes the base two exponential function of input.
input
if (torch_is_installed()) { torch_exp2(torch_tensor(c(0, log2(2.), 3, 4))) }
Useful links