torch_celu: Celu

View source: R/gen-namespace.R

torch_celuR Documentation

Celu

Description

Celu

Usage

torch_celu(self, alpha = 1L)

Arguments

self

the input tensor

alpha

the alpha value for the CELU formulation. Default: 1.0

celu(input, alpha=1.) -> Tensor

See nnf_celu() for more info.


torch documentation built on May 29, 2024, 9:54 a.m.