Function tensorflow::eager::raw_ops::non_deterministic_ints
source · pub fn non_deterministic_ints<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
shape: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for NonDeterministicInts::new().call(&ctx, &shape)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/NonDeterministicInts