round Source code in sparse/numba_backend/_common.py 2189 2190 2191@_support_numpy def round(x, /, decimals=0, out=None): return x.round(decimals=decimals, out=out)