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

Shorthand for StatelessRandomBinomial::new().build(shape, seed, counts, probs, scope).