torch-mlir/lib/Conversion/TorchToLinalg
Vivek Khandelwal d6d1a173dc
[MLIR][Torch] Add OnnxToTorch and TorchToLinalg support for trig ops (#2903)
This commit adds the OnnxToTorch lowering for cosh, acosh, asin, asinh,
and atanh op.
This commit also adds the TorchToLinalg lowering for acosh, asin, asinh,
and atanh op.

Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
2024-02-14 11:58:09 +05:30
..
CMakeLists.txt Re-organize project structure to separate PyTorch dependencies from core project. (#2542) 2023-11-02 19:45:55 -07:00
DataMovement.cpp Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
IndirectDataMovement.cpp Bump LLVM to llvm/llvm-project@bb180856ec (#2895) 2024-02-09 14:07:49 -08:00
Linear.cpp Bump LLVM to llvm/llvm-project@bb180856ec (#2895) 2024-02-09 14:07:49 -08:00
Pooling.cpp Bump LLVM to llvm/llvm-project@bb180856ec (#2895) 2024-02-09 14:07:49 -08:00
PopulatePatterns.h Re-enable custom op support 2022-08-16 22:49:08 +05:30
Random.cpp Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
Reduction.cpp Bump LLVM to llvm/llvm-project@bb180856ec (#2895) 2024-02-09 14:07:49 -08:00
TensorConstructors.cpp Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
TensorScalarInterop.cpp Elide dynamic broadcast checks when in strict symbolic shapes mode. (#2496) 2023-09-29 16:45:48 -07:00
TorchToLinalg.cpp Add complex types support with basic complex ops. 2023-05-11 21:29:07 +05:30
Uncategorized.cpp [MLIR][Torch] Add OnnxToTorch and TorchToLinalg support for trig ops (#2903) 2024-02-14 11:58:09 +05:30
Utils.cpp Bump LLVM to llvm/llvm-project@bb180856ec (#2895) 2024-02-09 14:07:49 -08:00