pub fn igamma_grad_a<O0: Into<Output>, O1: Into<Output>>( a: O0, x: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for IgammaGradA::new().build(a, x, scope).
IgammaGradA::new().build(a, x, scope)