Go to the source code of this file.
|
| namespace | mlir |
| | Include the generated interface declarations.
|
|
| LogicalResult | mlir::verifyDynamicDimensionCount (Operation *op, ShapedType type, ValueRange dynamicSizes) |
| | Verify that the number of dynamic size operands matches the number of dynamic dimensions in the shaped type.
|
| LogicalResult | mlir::verifyRanksMatch (Operation *op, ShapedType lhs, ShapedType rhs, StringRef lhsName, StringRef rhsName) |
| | Verify that two shaped types have matching ranks.
|
| LogicalResult | mlir::verifyElementTypesMatch (Operation *op, ShapedType lhs, ShapedType rhs, StringRef lhsName, StringRef rhsName) |
| | Verify that two shaped types have matching element types.
|