cupy.bitwise_or#

cupy.bitwise_or(x1, x2, /, out=None, \*, casting='same_kind', dtype=None)#

逐元素计算两个数组的按位或。

仅处理整数和布尔数组。

另请参阅

numpy.bitwise_or