norse.torch.functional.logical module¶
- norse.torch.functional.logical.logical_and(x, y)[source]¶
Computes a logical and provided x and y are bitvectors.
- norse.torch.functional.logical.logical_or(x, y)[source]¶
Computes a logical or provided x and y are bitvectors.
- norse.torch.functional.logical.logical_xor(x, y)[source]¶
Computes a logical xor provided x and y are bitvectors.