torch_abs: Abs

View source: R/gen-namespace.R

torch_absR Documentation

Abs

Description

Abs

Usage

torch_abs(self)

Arguments

self

(Tensor) the input tensor.

abs(input) -> Tensor

Computes the element-wise absolute value of the given input tensor.

\mbox{out}_{i} = |\mbox{input}_{i}|

Examples

if (torch_is_installed()) {

torch_abs(torch_tensor(c(-1, -2, 3)))
}

torch documentation built on June 7, 2023, 6:19 p.m.