pub fn tensor_list_concat<O0: Into<Output>>( input_handle: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for TensorListConcat::new().build(input_handle, scope).
TensorListConcat::new().build(input_handle, scope)