tensorflow::ops

Function 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).