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