| 3287 | } |
| 3288 | |
| 3289 | XlaOp Not(const XlaOp operand) { |
| 3290 | return operand.builder()->UnaryOp(HloOpcode::kNot, operand); |
| 3291 | } |
| 3292 | |
| 3293 | XlaOp PopulationCount(const XlaOp operand) { |
| 3294 | return operand.builder()->UnaryOp(HloOpcode::kPopulationCount, operand); |