tensorflow::ops

Function igamma_grad_a

Source
pub fn igamma_grad_a<O0: Into<Output>, O1: Into<Output>>(
    a: O0,
    x: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for IgammaGradA::new().build(a, x, scope).