Function relu

Source
pub fn relu<T>(args: T) -> T
where T: PartialOrd + Zero,
Expand description

the relu activation function: $f(x) = \max(0, x)$