Skip to content

Commit 1a2b2ab

Browse files
arteen1000Jerry-Ge
authored andcommitted
[TOSA] fix TileOp description
Signed-off-by: Arteen Abrishami <[email protected]> Change-Id: I9dec76cde71dc95c5c89c7cd038668931724fc6c
1 parent 7c5100d commit 1a2b2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@ def Tosa_TileOp : Tosa_InferShapedTypeOp<"tile"> {
17001700
let summary = "Tile operator";
17011701

17021702
let description = [{
1703-
Replicates input 0 multiplies times along each dimension.
1703+
Replicates input1 multiplies times along each dimension.
17041704
}];
17051705

17061706
let arguments = (ins

0 commit comments

Comments
 (0)