Skip to main content

ns_relu

Function ns_relu 

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

Rectified linear unit activation: max(0, x).