Function tensorflow::ops::random_poisson

source ·
pub fn random_poisson<O0: Into<Output>, O1: Into<Output>>(
    shape: O0,
    rate: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for RandomPoisson::new().build(shape, rate, scope).