pub fn random_normal<R: CubeRuntime>(
shape: Shape,
device: &R::Device,
mean: f32,
std: f32,
dtype: DType,
) -> CubeTensor<R>Expand description
Pseudo-random generator with uniform distribution
pub fn random_normal<R: CubeRuntime>(
shape: Shape,
device: &R::Device,
mean: f32,
std: f32,
dtype: DType,
) -> CubeTensor<R>Pseudo-random generator with uniform distribution