| 3269 | } |
| 3270 | |
| 3271 | XlaOp And(const XlaOp lhs, const XlaOp rhs, |
| 3272 | absl::Span<const int64> broadcast_dimensions) { |
| 3273 | return lhs.builder()->BinaryOp(HloOpcode::kAnd, lhs, rhs, |
| 3274 | broadcast_dimensions); |
| 3275 | } |
| 3276 | |
| 3277 | XlaOp Or(const XlaOp lhs, const XlaOp rhs, |
| 3278 | absl::Span<const int64> broadcast_dimensions) { |