Skip to contents

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().