torch-mlir/python/torch_mlir/dialects
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
..
torch [MLIR][TORCH] Add e2e support for `aten.Mish` op (#1470) 2022-10-11 14:03:10 -07:00
TorchBinding.td Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00