Skip to content

Commit 389d135

Browse files
Jerry-Gearteen1000
andauthored
[TOSA] fix TileOp description (#125707)
Simple textual fix to match TOSA v1.0 specification: https://www.mlplatform.org/tosa/tosa_spec.html#_tile Signed-off-by: Arteen Abrishami <[email protected]> Co-authored-by: Arteen Abrishami <[email protected]>
1 parent f7aad60 commit 389d135

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)