diff --git a/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td b/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td --- a/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td +++ b/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td @@ -429,7 +429,7 @@ let description = [{ Elementwise addition of input1 and input2. Axis of size 1 will be broadcast, - as necessary. Rank of input tensors must match. + as necessary. }]; let arguments = (ins @@ -453,8 +453,7 @@ let description = [{ Elementwise arithmetic right shift of input1 by the amount specified in - input2. Axis of size 1 will be broadcast, as necessary. Rank of input - tensors must match. + input2. Axis of size 1 will be broadcast, as necessary. }]; let arguments = (ins @@ -479,7 +478,7 @@ let description = [{ Elementwise bitwise AND of input1 and input2. Axis of size 1 - will be broadcast as necessary. Rank of input tensors must match. + will be broadcast as necessary. }]; let arguments = (ins @@ -503,7 +502,7 @@ let description = [{ Elementwise bitwise OR of input1 and input2. Axis of size 1 will be - broadcast as necessary. Rank of input tensors must match. + broadcast as necessary. }]; let arguments = (ins @@ -527,7 +526,7 @@ let description = [{ Elementwise bitwise XOR of input1 and input2. Axis of size 1 will be - broadcast as necessary. Rank of input tensors must match. + broadcast as necessary. }]; let arguments = (ins @@ -551,7 +550,7 @@ let description = [{ Elementwise integer divide operator of input1 by input2. Axis of size 1 - will be broadcast, as necessary. Rank of input tensors must match. + will be broadcast, as necessary. }]; let arguments = (ins @@ -575,7 +574,7 @@ let description = [{ Elementwise logical AND of input1 and input2. Axis of size 1 will be - broadcast, as necessary. Rank of input tensors must match. + broadcast, as necessary. }]; let arguments = (ins @@ -599,7 +598,7 @@ let description = [{ Elementwise left shift of input1 and input2. Axis of size 1 will be - broadcast, as necessary. Rank of input tensors must match. + broadcast, as necessary. }]; let arguments = (ins @@ -624,7 +623,6 @@ let description = [{ Elementwise logical right shift of input1 by the amount specified in input2. Axis of size 1 will be broadcast, as necessary. - Rank of input tensors must match. }]; let arguments = (ins @@ -648,7 +646,7 @@ let description = [{ Elementwise logical OR of input1 and input2. Axis of size 1 will be - broadcast as necessary. Rank of input tensors must match. + broadcast as necessary. }]; let arguments = (ins @@ -672,7 +670,7 @@ let description = [{ Elementwise logical XOR of input1 and input2. Axis of size 1 will be - broadcast as necessary. Rank of input tensors must match. + broadcast as necessary. }]; let arguments = (ins @@ -696,7 +694,7 @@ let description = [{ Elementwise max of input1 and input2. Axis of size 1 will be broadcast, as - necessary. Rank of input tensors must match. + necessary. }]; let arguments = (ins @@ -720,7 +718,7 @@ let description = [{ Elementwise minimum of input1 and input2. Axis of size 1 - will be broadcast, as necessary. Rank of input tensors must match. + will be broadcast, as necessary. }]; let arguments = (ins @@ -745,7 +743,6 @@ let description = [{ Elementwise multiplication (Hadamard product) of input1 and input2. Axis of size 1 will be broadcast, as necessary. - Rank of input tensors must match. }]; let arguments = (ins @@ -771,7 +768,6 @@ let description = [{ Elementwise input1 raised to the power of input2. Axis of size 1 will be broadcast, as necessary. - Rank of input tensors must match. }]; let arguments = (ins @@ -795,7 +791,7 @@ let description = [{ Elementwise subtraction of input1 and input2. Axis of size 1 will be - broadcast as necessary. Rank of input tensors must match. + broadcast as necessary. }]; let arguments = (ins