[][src]Function autograd::ops::elu

pub fn elu<T: Float, A: AsRef<Tensor<T>>>(x: A, alpha: T) -> Tensor<T>

Elementwise exponential linear unit.

See https://arxiv.org/abs/1511.07289