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 04a803a commit 76cbfe5Copy full SHA for 76cbfe5
mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
@@ -983,6 +983,7 @@ def Tosa_MinimumOp : Tosa_ElementwiseOp<"minimum", [
983
def Tosa_MulOp : Tosa_Op<"mul", [
984
DeclareOpInterfaceMethods<InferShapedTypeOpInterface,
985
["inferReturnTypeComponents"]>,
986
+ Commutative,
987
Pure]> {
988
let summary = "Multiplication operator.";
989
0 commit comments