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