Function tensorflow::eager::raw_ops::random_standard_normal
source · pub fn random_standard_normal<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
shape: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for RandomStandardNormal::new().call(&ctx, &shape)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/RandomStandardNormal