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