File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mlir/include/mlir/Dialect/Vector/IR Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ def Vector_ExtractElementOp :
638
638
Results<(outs AnyType:$result)> {
639
639
let summary = "extractelement operation";
640
640
let description = [{
641
- Note: This operation is depreciated . Please use vector.extract insert.
641
+ Note: This operation is deprecated . Please use vector.extract insert.
642
642
643
643
Takes a 0-D or 1-D vector and a optional dynamic index position and
644
644
extracts the scalar at that position.
@@ -826,7 +826,7 @@ def Vector_InsertElementOp :
826
826
Results<(outs AnyVectorOfAnyRank:$result)> {
827
827
let summary = "insertelement operation";
828
828
let description = [{
829
- Note: This operation is depreciated . Please use vector.insert instead.
829
+ Note: This operation is deprecated . Please use vector.insert instead.
830
830
831
831
Takes a scalar source, a 0-D or 1-D destination vector and a dynamic index
832
832
position and inserts the source into the destination at the proper position.
You can’t perform that action at this time.
0 commit comments