-
Notifications
You must be signed in to change notification settings - Fork 9
Support symbolic shape inference #82
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
Signed-off-by: inisis <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #82 +/- ##
===========================================
- Coverage 73.48% 57.07% -16.41%
===========================================
Files 37 38 +1
Lines 4507 6272 +1765
Branches 906 1299 +393
===========================================
+ Hits 3312 3580 +268
- Misses 865 2317 +1452
- Partials 330 375 +45 ☔ View full report in Codecov by Sentry. |
@@ -15,6 +15,7 @@ | |||
|
|||
import onnx_ir as ir | |||
from onnx_ir.passes.common import _c_api_utils | |||
from .symbolic_shape_infer import SymbolicShapeInference |
Check warning
Code scanning / lintrunner
RUFF/TID252 Warning
See https://docs.astral.sh/ruff/rules/relative-imports
Thank you! A few suggestions:
|
Checking in - were you able to make some progress? Thanks! |
@justinchuby Sorry for the late reply, I'll finish it by end of this week. |
Hi @justinchuby, I may not have enough bandwidth to do the refactoring, It's really time consuming😔. |
Thanks for letting me know! I am creating #117 to continue. |
Closes #57