torch-mlir/lib/Conversion/TorchToTosa
Chi_Liu dfe7513a45
[MLIR][TORCH] Fix aten.unsqueeze op (#1578)
The range of the unsqueeze dim is: [-input.dim() - 1, input.dim() + 1), the bug forgets to add 1.
2022-11-14 09:09:15 -08:00
..
CMakeLists.txt Bump LLVM (#958) 2022-06-22 22:23:46 -05:00
TorchToTosa.cpp [MLIR][TORCH] Fix aten.unsqueeze op (#1578) 2022-11-14 09:09:15 -08:00
TosaLegalizeCommon.cpp llvm: update tag to 061e0189 (#1180) 2022-08-08 20:17:35 -07:00
TosaLegalizeUtils.cpp [tosa] Add lowering for aten.to.dtype and aten._to_copy op 2022-10-06 12:00:25 +05:30