File tree 1 file changed +2
-2
lines changed
mlir/include/mlir/Dialect/MemRef/Transforms
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ std::unique_ptr<OperationPass<ModuleOp>> createNormalizeMemRefsPass();
59
59
60
60
// / Creates an operation pass to resolve `memref.dim` operations with values
61
61
// / that are defined by operations that implement the
62
- // / `ReifyRankedShapeTypeShapeOpInterface `, in terms of shapes of its input
62
+ // / `ReifyRankedShapedTypeOpInterface `, in terms of shapes of its input
63
63
// / operands.
64
64
std::unique_ptr<Pass> createResolveRankedShapeTypeResultDimsPass ();
65
65
66
66
// / Creates an operation pass to resolve `memref.dim` operations with values
67
67
// / that are defined by operations that implement the
68
- // / `InferShapedTypeOpInterface` or the `ReifyRankedShapeTypeShapeOpInterface `,
68
+ // / `InferShapedTypeOpInterface` or the `ReifyRankedShapedTypeOpInterface `,
69
69
// / in terms of shapes of its input operands.
70
70
std::unique_ptr<Pass> createResolveShapedTypeResultDimsPass ();
71
71
You can’t perform that action at this time.
0 commit comments