pub fn lecun_normal( shape: &[usize], rng: &mut InitRng, ) -> Result<ArrayD<f64>, InitError>
LeCun normal initialization: N(0, 1/sqrt(fan_in)).