torch-mlir/lib/Dialect/Torch
Prashant Kumar ef897dbb19 Add lowering of `aten.log_softmax` op.
The `aten.log_softmax` is decomposed into `aten.softmax` and
`aten.log` op.
2021-11-03 22:10:05 +05:30
..
IR Add aten.ne.bool to make CI pass 2021-10-21 14:45:41 -04:00
Transforms Add lowering of `aten.log_softmax` op. 2021-11-03 22:10:05 +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