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

[torchlib] Use traced function param schema to process inputs #1916

Merged

Conversation

titaiwangms
Copy link
Contributor

The firs step of #1914, this is setting up onnxscript CI to test whether traced_only function has enough information to process inputs to tensors.

Copy link

codecov bot commented Oct 24, 2024

Codecov Report

Attention: Patch coverage is 90.47619% with 2 lines in your changes missing coverage. Please review.

Project coverage is 75.48%. Comparing base (2b60939) to head (356fa19).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
onnxscript/_internal/param_manipulation.py 75.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1916      +/-   ##
==========================================
+ Coverage   75.46%   75.48%   +0.02%     
==========================================
  Files         252      252              
  Lines       27335    27346      +11     
  Branches     3171     3172       +1     
==========================================
+ Hits        20628    20643      +15     
+ Misses       5743     5741       -2     
+ Partials      964      962       -2     

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

@titaiwangms titaiwangms merged commit 561a600 into microsoft:main Oct 25, 2024
25 of 41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

Test torchscript graph building with wrapped tensors in trace_only function
2 participants