MLIR
20.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. More... | |
This class verifies that op has same ranks for all operands and results types, if known.
Definition at line 1098 of file OpDefinition.h.
|
inlinestatic |
Definition at line 1101 of file OpDefinition.h.
References mlir::OpTrait::impl::verifySameOperandsAndResultRank().