warp.bit_and# warp.bit_and(a: Int, b: Int) → Int# Kernel: truePython: trueDifferentiable: falseCompute the bitwise AND of a and b. warp.bit_and( a: Vector[Int, Any], b: Vector[Int, Any], ) → Vector[Int, Any] Kernel: truePython: trueDifferentiable: falseCompute the bitwise AND of a and b. Apply the operation element-wise to vectors. warp.bit_and( a: Matrix[Int, Any, Any], b: Matrix[Int, Any, Any], ) → Matrix[Int, Any, Any] Kernel: truePython: falseDifferentiable: falseCompute the bitwise AND of a and b. Apply the operation element-wise to matrices. warp.bit_and( a: Tile[Any, tuple[int, ...]], b: Tile[Any, tuple[int, ...]], ) → Tile[Any, tuple[int, ...]] Kernel: truePython: falseDifferentiable: falseCompute the bitwise AND of a and b. Apply the operation element-wise to tiles.