cupy.remainder#

cupy.remainder()#

mod(x1, x2, /, out=None, *, casting=’same_kind’, dtype=None)

逐元素计算 Python 除法的余数。

另请参阅

numpy.remainder