Function tensorflow::ops::queue_dequeue_many
source · pub fn queue_dequeue_many<O0: Into<Output>, O1: Into<Output>>(
handle: O0,
n: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for QueueDequeueMany::new().build(handle, n, scope)
.