We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da11ede commit 476b1a6Copy full SHA for 476b1a6
mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
@@ -1004,7 +1004,7 @@ def Tosa_CosOp : Tosa_ElementwiseOp<"cos",
1004
}];
1005
1006
let arguments = (ins
1007
- Tosa_FloatTensor:$input
+ Tosa_FloatTensor:$input1
1008
);
1009
1010
let results = (outs
@@ -1183,7 +1183,7 @@ def Tosa_SinOp : Tosa_ElementwiseOp<"sin",
1183
1184
1185
1186
1187
1188
1189
0 commit comments