| 3263 | } |
| 3264 | |
| 3265 | XlaOp Min(const XlaOp lhs, const XlaOp rhs, |
| 3266 | absl::Span<const int64> broadcast_dimensions) { |
| 3267 | return lhs.builder()->BinaryOp(HloOpcode::kMinimum, lhs, rhs, |
| 3268 | broadcast_dimensions); |
| 3269 | } |
| 3270 | |
| 3271 | XlaOp And(const XlaOp lhs, const XlaOp rhs, |
| 3272 | absl::Span<const int64> broadcast_dimensions) { |