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

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

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