Function tensorflow::ops::stateless_shuffle
source · pub fn stateless_shuffle<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
value: O0,
key: O1,
counter: O2,
alg: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for StatelessShuffle::new().build(value, key, counter, alg, scope)
.