pub fn random_normal<R: Runtime>(
client: &ComputeClient<R>,
mean: f32,
std: f32,
out: TensorHandleRef<'_, R>,
dtype: StorageType,
) -> Result<(), LaunchError>Expand description
Pseudo-random generator with uniform distribution
pub fn random_normal<R: Runtime>(
client: &ComputeClient<R>,
mean: f32,
std: f32,
out: TensorHandleRef<'_, R>,
dtype: StorageType,
) -> Result<(), LaunchError>Pseudo-random generator with uniform distribution