torch-mlir/lib/Dialect/Torch
Gaurav Shukla 73b27b32dc [MLIR][TORCH] Add E2E support for `aten.squeeze` op
This commit adds lowering of `aten.Squeeze` op into
`linalg.TensorCollapseShape` op. The size 1 dynamic dimensions are not
handled as a part of this commit.

Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>
2021-11-30 23:00:28 +05:30
..
IR [MLIR][TORCH] Add E2E support for `aten.squeeze` op 2021-11-30 23:00:28 +05:30
Transforms [MLIR][TORCH] Add E2E support for `aten.squeeze` op 2021-11-30 23:00:28 +05:30
Utils Add type promotion code to refine types. 2021-10-29 11:17:39 -04:00
CMakeLists.txt E2e support for aten.softmax.int and aten.embedding 2021-10-18 17:57:45 -04:00