Function tensorflow::ops::stateless_random_uniform_int_v2
source · pub fn stateless_random_uniform_int_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>>(
shape: O0,
key: O1,
counter: O2,
alg: O3,
minval: O4,
maxval: O5,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for StatelessRandomUniformIntV2::new().build(shape, key, counter, alg, minval, maxval, scope)
.