Skip to content

Commit fcfbef5

Browse files
authored
[mlir][tosa] Remove extra declarations of MulOperandsAndResultElementType in TosaOps.td (#134300)
Minor code cleanup Signed-off-by: Jerry Ge <[email protected]>
1 parent 65b85bf commit fcfbef5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -974,11 +974,6 @@ def Tosa_MinimumOp : Tosa_ElementwiseOp<"minimum", [
974974
];
975975
}
976976

977-
def MulOperandsAndResultElementType :
978-
NativeOpTrait<"MulOperandsAndResultElementType"> {
979-
let cppNamespace = "mlir::OpTrait::tosa";
980-
}
981-
982977
//===----------------------------------------------------------------------===//
983978
// Operator: mul
984979
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)