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
feat: Add converter for aten::sign unary op (#1391)
* feat: Add converter for sign unary operator
- Add sign operator
- Update test cases to test op
- Ensure tests cover both int and float cases with negative and positive
sign
- Ensure tests cover cases where elements equal zero
* Remove round unary from PR
0 commit comments