-
Notifications
You must be signed in to change notification settings - Fork 72
[torchlib] Simplify aten_trunc implementation #2057
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Simplify aten_trunc implementation according to onnx/onnx#4588 (comment)
❌ 184 Tests Failed:
View the top 2 failed test(s) by shortest run time
View the full list of 1 ❄️ flaky tests
To view more test analytics, go to the Test Analytics Dashboard |
@justinchuby I have a few more decompositions in this table, but
(I just wandered across your old issue today while writing the WebNN issue and researching whether ONNX and PyTorch supported rounding away from zero - they do not) |
Simplify aten_trunc implementation according to onnx/onnx#4588 (comment)
Thanks @fdwr