tensorflow::ops

Function random_gamma

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

Shorthand for RandomGamma::new().build(shape, alpha, scope).