pytorch
c0d0a9f7 - Replace split-squeeze pattern (#101765)

Commit
1 year ago
Replace split-squeeze pattern (#101765) Replaces split-squeeze (same dimension) with an unbind. This will be used in combination with later patterns to remove the unbind if it follows a cat/stack Differential Revision: [D45758181](https://our.internmc.facebook.com/intern/diff/D45758181/) Pull Request resolved: https://github.com/pytorch/pytorch/pull/101765 Approved by: https://github.com/jansel
Committer
Parents
Loading