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