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