pub fn random_poisson_v2<O0: Into<Output>, O1: Into<Output>>( shape: O0, rate: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for RandomPoissonV2::new().build(shape, rate, scope).
RandomPoissonV2::new().build(shape, rate, scope)