warp.bit_xor#
- warp.bit_xor(a: Int, b: Int) Int#
Kernel
Compute the bitwise XOR of
aandb.
- warp.bit_xor(
- a: Vector[Any, Int],
- b: Vector[Any, Int],
Kernel
Compute the bitwise XOR of
aandb.Apply the operation element-wise to vectors.
- warp.bit_xor(
- a: Matrix[Any, Any, Int],
- b: Matrix[Any, Any, Int],
Kernel
Compute the bitwise XOR of
aandb.Apply the operation element-wise to matrices.