pub fn tensor_list_concat_lists<O0: Into<Output>, O1: Into<Output>>(
    input_a: O0,
    input_b: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for TensorListConcatLists::new().build(input_a, input_b, scope).