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

Implement a ONNX to ONNX Script code generator based on libcst #873

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Implement a ONNX to ONNX Script code generator based on libcst

99a2f51
Select commit
Loading
Failed to load commit list.
Draft

Implement a ONNX to ONNX Script code generator based on libcst #873

Implement a ONNX to ONNX Script code generator based on libcst
99a2f51
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 13, 2023 in 1s

74.64% (-1.94%) compared to 97604f6

View this Pull Request on Codecov

74.64% (-1.94%) compared to 97604f6

Details

Codecov Report

Merging #873 (99a2f51) into main (97604f6) will decrease coverage by 1.94%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #873      +/-   ##
==========================================
- Coverage   76.57%   74.64%   -1.94%     
==========================================
  Files         112      115       +3     
  Lines       13407    13754     +347     
  Branches     1350     1440      +90     
==========================================
  Hits        10267    10267              
- Misses       2805     3151     +346     
- Partials      335      336       +1     
Impacted Files Coverage Δ
onnxscript/__main__.py 0.00% <0.00%> (ø)
onnxscript/codeanalysis/__init__.py 0.00% <0.00%> (ø)
onnxscript/codeanalysis/onnx_to_onnxscript.py 0.00% <0.00%> (ø)