torch-mlir/e2e_testing/torchscript
Quinn Dawkins 647e75e029
Allow expanding and collapsing in aten::view (#1082)
- 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
2022-07-20 17:35:51 -04:00
..
main.py Bump LLVM to 889c6f3996769a991a24da957f597e7500d158e7 2022-07-15 13:36:04 -07:00
xfail_sets.py Allow expanding and collapsing in aten::view (#1082) 2022-07-20 17:35:51 -04:00