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