Previously, convertToMLIRSparseTensor assumes identity storage ordering and all
compressed dimensions. This change extends the function with two parameters for
users to specify the storage ordering and the sparsity of each dimension.
Modify PyTACO to reflect this change.
Even though the rank is small, I would prefer that we move this kind of verification under assert code only.
In general, we can assume that compiler generated code is correct, so we can avoid the overhead of sorting.
WDYT?