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