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 65b85bf commit fcfbef5Copy full SHA for fcfbef5
mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
@@ -974,11 +974,6 @@ def Tosa_MinimumOp : Tosa_ElementwiseOp<"minimum", [
974
];
975
}
976
977
-def MulOperandsAndResultElementType :
978
- NativeOpTrait<"MulOperandsAndResultElementType"> {
979
- let cppNamespace = "mlir::OpTrait::tosa";
980
-}
981
-
982
//===----------------------------------------------------------------------===//
983
// Operator: mul
984
0 commit comments