Function autograd::ops::random_gamma [] [src]

pub fn random_gamma<T: ArrayLike>(
    shape: &T,
    shape_param: f64,
    scale: f64
) -> Tensor

Outputs values sampled from the gamma distribution.