Rate this Page

torch.nn.functional.elu#

torch.nn.functional.elu(input,alpha=1.0,inplace=False)[source]#

Apply the Exponential Linear Unit (ELU) function element-wise.

SeeELU for more details.

Return type

Tensor