Skip to content

feat(atenlib): typing module #233

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

Merged
merged 38 commits into from
Dec 6, 2022
Merged

feat(atenlib): typing module #233

merged 38 commits into from
Dec 6, 2022

Conversation

@codecov
Copy link

codecov bot commented Dec 5, 2022

Codecov Report

Merging #233 (7c2c722) into main (7c346d7) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #233   +/-   ##
=======================================
  Coverage   75.54%   75.54%           
=======================================
  Files          89       89           
  Lines        7216     7216           
=======================================
  Hits         5451     5451           
  Misses       1765     1765           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@justinchuby justinchuby added the module: torchlib Related to the torch/aten function lib in development label Dec 6, 2022
@justinchuby justinchuby requested a review from fatcat-z December 6, 2022 05:12


FloatType = Union[FLOAT16, FLOAT, DOUBLE]
IntType = Union[INT16, INT32, INT64]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't we have INT8 here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Added

Copy link
Contributor

@fatcat-z fatcat-z left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@justinchuby justinchuby changed the base branch from gh/justinchuby/6/base to main December 6, 2022 16:50
@justinchuby justinchuby merged commit af136f4 into main Dec 6, 2022
@justinchuby justinchuby deleted the gh/justinchuby/6/head branch December 6, 2022 18:15
Indie365 pushed a commit to Indie365/onnxscript that referenced this pull request Oct 26, 2023
ghstack-source-id: 8174a22
Pull Request resolved: microsoft/onnxscript#233
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: torchlib Related to the torch/aten function lib in development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants