Skip to main content

relu_f32

Function relu_f32 

Source
pub fn relu_f32(data: &mut [f32])
Expand description

In-place ReLU for 32-bit float buffer (max(val, 0.0)).