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