torch_celu_: Celu_

View source: R/gen-namespace.R

torch_celu_R 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

In-place version of torch_celu().


torch documentation built on Aug. 21, 2025, 5:50 p.m.