1########## torch.float64/torch.int64/size=()+(4, 6)+()+() ########## 2# sparse meta tensor 3tensor(crow_indices=tensor(..., size=(5,)), 4 col_indices=tensor(..., size=(0,)), 5 values=tensor(..., size=(0,)), device='meta', size=(4, 6), 6 dtype=torch.float64, layout=torch.sparse_csr) 7########## torch.float64/torch.int64/size=()+(4, 6)+()+(3,) ########## 8# sparse meta tensor 9tensor(crow_indices=tensor(..., size=(5,)), 10 col_indices=tensor(..., size=(0,)), 11 values=tensor(..., size=(0, 3)), device='meta', size=(4, 6, 3), 12 dtype=torch.float64, layout=torch.sparse_csr) 13########## torch.float64/torch.int64/size=(2,)+(4, 6)+()+() ########## 14# sparse meta tensor 15tensor(crow_indices=tensor(..., size=(2, 5)), 16 col_indices=tensor(..., size=(2, 0)), 17 values=tensor(..., size=(2, 0)), device='meta', size=(2, 4, 6), 18 dtype=torch.float64, layout=torch.sparse_csr) 19########## torch.float64/torch.int64/size=(2,)+(4, 6)+()+(3,) ########## 20# sparse meta tensor 21tensor(crow_indices=tensor(..., size=(2, 5)), 22 col_indices=tensor(..., size=(2, 0)), 23 values=tensor(..., size=(2, 0, 3)), device='meta', size=(2, 4, 6, 3), 24 dtype=torch.float64, layout=torch.sparse_csr)