pub fn random_standard_normal<O0: Into<Output>>( shape: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for RandomStandardNormal::new().build(shape, scope).
RandomStandardNormal::new().build(shape, scope)