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