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,8 +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 Tosa_Tensor:$input1, @@ -527,7 +525,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 +549,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 +573,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 +597,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 +622,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 +645,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 +669,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 +693,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 +717,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 +742,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 +767,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 +790,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