|
MLIR 22.0.0git
|
This class verifies that op has same ranks for all operands and results types, if known. More...
#include "mlir/IR/OpDefinition.h"
Static Public Member Functions | |
| static LogicalResult | verifyTrait (Operation *op) |
Additional Inherited Members | |
| Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, SameOperandsAndResultRank > | |
| Operation * | getOperation () |
| Return the ultimate Operation being worked on. | |
This class verifies that op has same ranks for all operands and results types, if known.
Definition at line 1110 of file OpDefinition.h.
|
inlinestatic |
Definition at line 1113 of file OpDefinition.h.
References mlir::OpTrait::impl::verifySameOperandsAndResultRank().