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