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