File tree 1 file changed +2
-2
lines changed
mlir/include/mlir/Dialect/Linalg/IR
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ def LinalgStructuredInterface : OpInterface<"LinalgOp"> {
713
713
/*desc=*/[{
714
714
Like `getShape`, but only returns statically-known information, without
715
715
generating any new IR. For each shape dimension, returns >=0 if that
716
- dimension is statically known, or ShapeType ::kDynamic otherwise.
716
+ dimension is statically known, or ShapedType ::kDynamic otherwise.
717
717
}],
718
718
/*retTy=*/"SmallVector<int64_t>",
719
719
/*methodName=*/"getStaticShape",
@@ -730,7 +730,7 @@ def LinalgStructuredInterface : OpInterface<"LinalgOp"> {
730
730
/*desc=*/[{
731
731
Returns the statically-known loop ranges. Composes
732
732
`getShapesToLoopsMap()` with the result of `getStaticShape`.
733
- Returns ShapeType ::kDynamic for non-statically-known loop ranges.
733
+ Returns ShapedType ::kDynamic for non-statically-known loop ranges.
734
734
This is expected to be called by a valid Linalg op
735
735
}],
736
736
/*retTy=*/"SmallVector<int64_t, 4>",
You can’t perform that action at this time.
0 commit comments