batch_normalize_generic

Function batch_normalize_generic 

Source
fn batch_normalize_generic<C, P, Z, O>(points: &P, zs: &mut Z, out: &mut O)
Expand description

Generic implementation of batch normalization.