tensorflow::ops

Function random_gamma_grad

Source
pub fn random_gamma_grad<O0: Into<Output>, O1: Into<Output>>(
    alpha: O0,
    sample: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for RandomGammaGrad::new().build(alpha, sample, scope).