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

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

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