Function tensorflow::ops::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)
.