Function autograd::ops::random_uniform [] [src]

pub fn random_uniform<T: ArrayLike>(shape: &T, min: f64, max: f64) -> Tensor

Outputs values sampled from the uniform distribution.