torch_expm1: Expm1

View source: R/gen-namespace.R

torch_expm1R Documentation

Expm1

Description

Expm1

Usage

torch_expm1(self)

Arguments

self

(Tensor) the input tensor.

expm1(input, out=NULL) -> Tensor

Returns a new tensor with the exponential of the elements minus 1 of input.

y_{i} = e^{x_{i}} - 1

Examples

if (torch_is_installed()) {

torch_expm1(torch_tensor(c(0, log(2))))
}

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