pub fn tensor_array_v3<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    size: &T0
) -> Result<[TensorHandle<'a>; 2]>
Expand description

Shorthand for TensorArrayV3::new().call(&ctx, &size).

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