[][src]Function autograd::ops::log_normal

pub fn log_normal<T: Float, AL: ArrayLike<T>>(
    shape: &AL,
    mean: f64,
    stddev: f64
) -> Tensor<T>

Outputs values sampled from the log-normal distribution.