relu_simd

Function relu_simd 

Source
pub fn relu_simd(data: &[f32]) -> Vec<f32>
Expand description

SIMD-optimized ReLU (2-4x faster than scalar)