pub fn stateless_random_normal<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    shape: &T0,
    seed: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for StatelessRandomNormal::new().call(&ctx, &shape, &seed).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/StatelessRandomNormal