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

Clean up Shape calls | chore(torchlib) #1163

Merged
merged 3 commits into from
Nov 17, 2023
Merged

Conversation

justinchuby
Copy link
Collaborator

Update calls to Shape to use the start and end arguments to simplify the graph and avoid Gather nodes.

Update calls to `Shape` to use the `start` and `end` arguments to simplify the graph and avoid `Gather` nodes.
@justinchuby justinchuby added the topic: torch_lib Related to the torch/aten function lib in development label Nov 17, 2023
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (804ed01) 78.52% compared to head (a073797) 78.52%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1163      +/-   ##
==========================================
- Coverage   78.52%   78.52%   -0.01%     
==========================================
  Files         118      118              
  Lines       15155    15154       -1     
  Branches     1620     1620              
==========================================
- Hits        11901    11900       -1     
  Misses       2877     2877              
  Partials      377      377              

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

Copy link

github-actions bot commented Nov 17, 2023

Test Results

         18 files         18 suites   1h 9m 41s ⏱️
  11 187 tests   8 342 ✔️     2 792 💤      53
160 002 runs  36 677 ✔️ 121 282 💤 2 043

For more details on these failures, see this check.

Results for commit a073797.

♻️ This comment has been updated with latest results.

@justinchuby justinchuby merged commit 10f9a1f into main Nov 17, 2023
27 of 31 checks passed
@justinchuby justinchuby deleted the justinchu/simple-shape branch November 17, 2023 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: torch_lib Related to the torch/aten function lib in development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants