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 June 7, 2023, 6:19 p.m.