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

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