torch.nn.functional.elu torch.nn.functional.elu(input, alpha=1.0, inplace=False) [source] Apply the Exponential Linear Unit (ELU) function element-wise. See ELU for more details. Return type Tensor