You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are the constraints for the ShiftLeftOp:
```
(I1) lhs is a tensor of integer type.
(I2) rhs is a tensor of integer type.
(C1) `lhs`, `rhs`, and `result` have the same type.
```
I1, I2, and C1 are covered by the ODS, so no additional tests are added.
Notes:
* Corner cases (shift overflow) has not been accounted for: #1150closes#1112
Following the testing guidelines
The text was updated successfully, but these errors were encountered: