giagrad.nn.ELU# class giagrad.nn.ELU(*args, **kwargs)[source]# Applies the Exponential Linear Unit (ELU) function element-wise. See also giagrad.Tensor.elu() Variables: alpha (float, default: 1.0) – The \(\alpha\) value for the ELU formulation.