tvm.sparse.lower_sparse_iter

tvm.sparse.lower_sparse_iter(mod: tvm.ir.module.IRModule, check_invalid_binary_search: bool = False)[source]

Lower sparse iterators in Sparse TIR.

modIRModule

The IRModule to lower.

check_invalid_binary_searchbool

Whether check invalid indices made by binary search.