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