pub fn tensor_list_split<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    tensor: O0,
    element_shape: O1,
    lengths: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for TensorListSplit::new().build(tensor, element_shape, lengths, scope).