bitwise_not#

rbc.stdlib.elementwise_functions.bitwise_not(x1, x2)#

Computes the bitwise NOR of the underlying binary representation of each element x1_i of the input array x1 with the respective element x2_i of the input array x2.

Array-API ‘bitwise_not’ doc