elu_

paddle.nn.functional. elu_ ( x: Tensor, alpha: float = 1.0, name: str | None = None ) Tensor [source]

Inplace version of elu API, the output Tensor will be inplaced with input x. Please refer to elu.