tensorflow::ops

Function igammac

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

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