| 511 | } |
| 512 | |
| 513 | static LogicalResult Verify(AllOp op) { |
| 514 | return VerifyReductionInputAndDims(op.input(), op.reduction_indices(), |
| 515 | op.getLoc()); |
| 516 | } |
| 517 | |
| 518 | //===----------------------------------------------------------------------===// |
| 519 | // AnyOp |
nothing calls this directly
no test coverage detected