MLIR
21.0.0git
|
This class provides verification for ops that are known to have the same operand and result shape: both are scalars, vectors/tensors of the same shape. More...
#include "mlir/IR/OpDefinition.h"
Static Public Member Functions | |
static LogicalResult | verifyTrait (Operation *op) |
Additional Inherited Members | |
![]() | |
Operation * | getOperation () |
Return the ultimate Operation being worked on. More... | |
This class provides verification for ops that are known to have the same operand and result shape: both are scalars, vectors/tensors of the same shape.
Definition at line 1060 of file OpDefinition.h.
|
inlinestatic |
Definition at line 1063 of file OpDefinition.h.
References mlir::OpTrait::impl::verifySameOperandsAndResultShape().