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

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

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