cupy.bitwise_count#

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

Computes the number of 1-bits in each element.

Only integer arrays are handled.