cupy.bitwise_and#

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

计算两个数组的元素级按位与。

仅处理整数和布尔数组。

另请参阅

numpy.bitwise_and