Function tensorflow::eager::raw_ops::queue_dequeue_many
source · pub fn queue_dequeue_many<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
handle: &T0,
n: &T1
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for QueueDequeueMany::new().call(&ctx, &handle, &n)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/QueueDequeueMany