Function tensorflow::ops::random_shuffle_queue_v2
source · pub fn random_shuffle_queue_v2(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for RandomShuffleQueueV2::new().build(scope)
.
pub fn random_shuffle_queue_v2(scope: &mut Scope) -> Result<Operation>
Shorthand for RandomShuffleQueueV2::new().build(scope)
.