BitwiseAnd
Computes bitwise conjunction of the two arrays (dst = src1 & src2) Calculates the per-element …
BitwiseNot
Inverts every bit of an array.
BitwiseOr
Calculates the per-element bit-wise disjunction of two arrays or an array and a scalar.
BitwiseXor
Calculates the per-element bit-wise exclusive or operation on two arrays or an array and a scalar. …