Skip to main content

relu

Function relu 

Source
pub fn relu(x: f64) -> f64
Expand description

Rectified linear unit: max(0, x).