-
Notifications
You must be signed in to change notification settings - Fork 64
add reshape/view/expand/div/clone/eq/equal #265
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
Codecov Report
@@ Coverage Diff @@
## main #265 +/- ##
==========================================
+ Coverage 73.04% 73.17% +0.12%
==========================================
Files 95 95
Lines 9131 9144 +13
==========================================
+ Hits 6670 6691 +21
+ Misses 2461 2453 -8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Looking great, thanks! I left a few minor comments |
I fixed the mypy ignores in #261. No need to add extra type ignores after it is merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great to see tests passed. Should be final round of comments
onnxscript/test/function_libs/torch_aten/ops_correctness_test.py
Outdated
Show resolved
Hide resolved
onnxscript/test/function_libs/torch_aten/ops_correctness_test.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM🚀
add reshape, view, expand, div, clone, eq, equal