Function tensorflow::ops::igamma

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

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