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