pub fn queue_dequeue_many_v2<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    handle: &T0,
    n: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for QueueDequeueManyV2::new().call(&ctx, &handle, &n).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/QueueDequeueManyV2