pub fn random_normal<O1: Into<Output>>( x: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for RandomNormal::new().build(scope), x).
RandomNormal::new().build(scope), x)