elu_

paddle.nn.functional. elu_ ( x, alpha=1.0, name=None ) [source]

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