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