forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squeeze p2: hook up Squeeze to LazyView (pytorch#73067)
Summary: This PR hooks up Squeeze op to LazyView. The end goal to reduce the instances where we need to rely on explicit shapes. In the final PR we will make `aten_ops` to use the right ViewInfo and update the lowering in ts_lowering. Pull Request resolved: pytorch#73067 Reviewed By: wconstab, mikaylagawarecki Differential Revision: D34345163 Pulled By: Krovatkin fbshipit-source-id: 6bfadedbded7521312019ead0dfc7c6a334ff0f5 (cherry picked from commit 4b3b10f)
- Loading branch information
1 parent
6c6ae0e
commit 5a7778c
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters