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