Concat the element in xs (recursively if they are tuples/lists of tensors). test_eq(to_concat([tensor([1,2]), tensor([3,4])]), tensor([1,2,3,4])) ...
確定! 回上一頁