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

Shorthand for TensorListConcat::new().call(&ctx, &input_handle).

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