Skip to main content

batch_normalize_simd

Function batch_normalize_simd 

Source
pub fn batch_normalize_simd<F>(
    data: &ArrayView2<'_, F>,
    axis: Option<usize>,
) -> StatsResult<Array2<F>>
Expand description

SIMD-optimized batch normalization

Normalizes data to have zero mean and unit variance using SIMD operations.