round 源代码位于 sparse/numba_backend/_common.py 2910 2911 2912@_support_numpy def round(x, /, decimals=0, out=None): return x.round(decimals=decimals, out=out)