Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow expanding and collapsing in aten::view
- Supports cases where the view op expands and collapses dims simulataneously. This does not handle the case where it is neither expanding nor collapsing (e.g. [2, 3] -> [3, 2]) - Additionally fixes a previous bug with adding 1-sized dims on both sides of a tensor with aten.view
- Loading branch information