cupy.rint#

cupy.rint(x, /, out=None, \*, casting='same_kind', dtype=None)#

Rounds each element of an array to the nearest integer.

See also

numpy.rint