|
My Project
|
#include <OpDefinition.h>


Static Public Member Functions | |
| static LogicalResult | verifyTrait (Operation *op) |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, SameOperandsAndResultType > | |
| Operation * | getOperation () |
| Return the ultimate Operation being worked on. More... | |
Static Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, SameOperandsAndResultType > | |
| static LogicalResult | verifyTrait (Operation *op) |
| static AbstractOperation::OperationProperties | getTraitProperties () |
This class provides verification for ops that are known to have the same operand and result type.
Note: this trait subsumes the SameOperandsAndResultShape and SameOperandsAndResultElementType traits.
|
inlinestatic |
1.8.13