Abs
Abs
torch_abs(self)
self |
(Tensor) the input tensor. |
Computes the element-wise absolute value of the given input
tensor.
\mbox{out}_{i} = |\mbox{input}_{i}|
if (torch_is_installed()) { torch_abs(torch_tensor(c(-1, -2, 3))) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.