Skip to main content

relu

Function relu 

Source
pub fn relu(x: &mut [f64])
Expand description

ReLU: max(0, x), element-wise.