Skip to main content

relu_raw

Function relu_raw 

Source
pub fn relu_raw(data: &[f64], out: &mut [f64])
Expand description

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