torch-mlir/python/torch_mlir/dialects/torch
Abhishek Varma 61db1b5c4d
[MLIR][TORCH] Add e2e support for `aten.Mish` op (#1470)
-- This commit adds e2e support for `aten.Mish` op.
-- `aten.Mish` op is decomposed as following :-
    Mish(x) = x * Tanh(Softplus(x))

Signed-off-by: Abhishek Varma <avarma094@gmail.com>

Signed-off-by: Abhishek Varma <avarma094@gmail.com>
2022-10-11 14:03:10 -07:00
..
importer [MLIR][TORCH] Add e2e support for `aten.Mish` op (#1470) 2022-10-11 14:03:10 -07:00
__init__.py Revert "python: trim registration and loading of dialects and passes" (#1093) 2022-07-21 09:35:42 -07:00