-
Notifications
You must be signed in to change notification settings - Fork 53
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
[IR][docs] Introduction #1463
base: main
Are you sure you want to change the base?
[IR][docs] Introduction #1463
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1463 +/- ##
=======================================
Coverage 77.03% 77.03%
=======================================
Files 210 210
Lines 22467 22467
Branches 3818 3818
=======================================
Hits 17308 17308
Misses 4429 4429
Partials 730 730 ☔ View full report in Codecov by Sentry. |
Test Results 30 files + 1 30 suites +1 3h 8m 2s ⏱️ + 6m 53s For more details on these failures, see this check. Results for commit aa7f12f. ± Comparison against base commit e0e96d8. ♻️ This comment has been updated with latest results. |
model = ir.serde.deserialize_model(proto) | ||
|
||
# %% | ||
model |
Check warning
Code scanning / lintrunner
PYLINT/W0104 Warning documentation
See pointless-statement. To disable, use # pylint: disable=pointless-statement
graph.outputs[0].dtype = ir.DataType.FLOAT | ||
|
||
# %% | ||
graph.outputs[0] |
Check warning
Code scanning / lintrunner
PYLINT/W0104 Warning documentation
See pointless-statement. To disable, use # pylint: disable=pointless-statement
len(node.outputs) | ||
|
||
# %% | ||
graph.insert_after |
Check warning
Code scanning / lintrunner
PYLINT/W0104 Warning documentation
See pointless-statement. To disable, use # pylint: disable=pointless-statement
model = ir.serde.deserialize_model(proto) | ||
|
||
# %% | ||
model |
Check warning
Code scanning / lintrunner
RUFF/B018 Warning documentation
See https://docs.astral.sh/ruff/rules/useless-expression
len(node.outputs) | ||
|
||
# %% | ||
graph.insert_after |
Check warning
Code scanning / lintrunner
RUFF/B018 Warning documentation
See https://docs.astral.sh/ruff/rules/useless-expression
@@ -0,0 +1,127 @@ | |||
# %% [markdown] |
Check warning
Code scanning / lintrunner
RUFF-FORMAT/format Warning documentation
No description provided.