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