Skip to content
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

[optimizer][docs] Add Tutorial for Optimizer API #1482

Merged
merged 9 commits into from
May 2, 2024

Conversation

shubhambhokare1
Copy link
Contributor

Add Tutorial for Optimizer API

docs/conf.py Fixed Show fixed Hide fixed
docs/conf.py Fixed Show fixed Hide fixed
Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.86%. Comparing base (a722e60) to head (0baf831).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1482      +/-   ##
==========================================
+ Coverage   76.81%   76.86%   +0.04%     
==========================================
  Files         209      207       -2     
  Lines       22416    22345      -71     
  Branches     3814     3798      -16     
==========================================
- Hits        17219    17175      -44     
+ Misses       4469     4445      -24     
+ Partials      728      725       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

docs/index.md Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Apr 30, 2024

Test Results

     30 files  ±     0      30 suites  ±0   3h 12m 16s ⏱️ + 13m 45s
  3 904 tests  -  2 029   2 422 ✅  - 1 620    1 479 💤  -    407   3 ❌  - 2 
564 362 runs  +33 570  88 062 ✅ +2 716  476 243 💤 +30 856  57 ❌  - 2 

For more details on these failures, see this check.

Results for commit 0baf831. ± Comparison against base commit a722e60.

This pull request removes 2029 tests.
onnxscript._internal.analysis_test.TestAssignedVarAnalysis ‑ test_basic_defs
onnxscript._internal.analysis_test.TestAssignedVarAnalysis ‑ test_doc_string
onnxscript._internal.analysis_test.TestAssignedVarAnalysis ‑ test_if_defs
onnxscript._internal.analysis_test.TestAssignedVarAnalysis ‑ test_if_loop_defs
onnxscript._internal.analysis_test.TestAssignedVarAnalysis ‑ test_loop_defs
onnxscript._internal.analysis_test.TestExposedUses ‑ test_basic
onnxscript._internal.analysis_test.TestExposedUses ‑ test_called_function
onnxscript._internal.analysis_test.TestExposedUses ‑ test_doc_string
onnxscript._internal.analysis_test.TestExposedUses ‑ test_for_loop
onnxscript._internal.analysis_test.TestExposedUses ‑ test_if
…

♻️ This comment has been updated with latest results.

@justinchuby justinchuby added the documentation Improvements or additions to documentation label Apr 30, 2024
@shubhambhokare1 shubhambhokare1 self-assigned this Apr 30, 2024
docs/optimizer/optimize.md Fixed Show fixed Hide fixed
@shubhambhokare1 shubhambhokare1 force-pushed the sbhokare/optimizer-tut branch from 4318a48 to f8b7d81 Compare May 2, 2024 22:44
@shubhambhokare1 shubhambhokare1 merged commit 7e9c9e6 into main May 2, 2024
34 of 43 checks passed
@shubhambhokare1 shubhambhokare1 deleted the sbhokare/optimizer-tut branch May 2, 2024 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation topic: optimizer
Projects
Development

Successfully merging this pull request may close these issues.

3 participants