Function tensorflow::ops::random_index_shuffle
source · pub fn random_index_shuffle<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
index: O0,
seed: O1,
max_index: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for RandomIndexShuffle::new().build(index, seed, max_index, scope)
.