pub fn tensor_list_split<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    tensor: &T0,
    element_shape: &T1,
    lengths: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for TensorListSplit::new().call(&ctx, &tensor, &element_shape, &lengths).

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