reshape Source code in sparse/numba_backend/_common.py 2148 2149def reshape(x, /, shape, *, copy=None): return x.reshape(shape=shape)