Skip to content

Commit 5d489f4

Browse files
authored
[mlir][tosa] Align AbsOp example variable names (#135268)
* Minor example variable name alignment Signed-off-by: Jerry Ge <[email protected]>
1 parent 45aba51 commit 5d489f4

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
@@ -1131,7 +1131,7 @@ def Tosa_AbsOp : Tosa_ElementwiseUnaryOp<"abs"> {
11311131
Example:
11321132

11331133
```mlir
1134-
%out = tosa.abs(%in) : (tensor<21x3xf32>) -> tensor<21x3xf32>
1134+
%output = tosa.abs(%input1) : (tensor<21x3xf32>) -> tensor<21x3xf32>
11351135
```
11361136
}];
11371137

0 commit comments

Comments
 (0)