torch-mlir/lib/Conversion/TorchOnnxToTorch
Rob Suderman 2511cf46b4
[onnx] Fix `onnx.RNN` for layout attribute (#3620)
The `layout` attribute was not considered for the `onnx.RNN` operation.
Added support for the attribute to transpose the inputs / outputs of the
RNN when valid.
2024-08-13 14:34:25 -07:00
..
CMakeLists.txt Support onnx.GRU and onnx.RNN (#3447) 2024-07-10 14:04:17 -04:00
DefaultDomainAtoF.cpp [onnx] Add support for `fp8` `onnx.DequantizeLinear` (#3617) 2024-08-08 16:20:53 -07:00
DefaultDomainGtoP.cpp [onnx] Support integer types for `onnx.Pow` (#3626) 2024-08-13 09:39:04 -07:00
DefaultDomainQtoZ.cpp [ONNX] add support for tfidfvectorizer (#3553) 2024-08-12 18:10:11 -05:00
OnnxRecurrentLayerOpExpanders.cpp [onnx] Fix `onnx.RNN` for layout attribute (#3620) 2024-08-13 14:34:25 -07:00
PassDetail.h Initial TorchOnnxToTorch conversion pipeline. (#2585) 2023-11-21 21:02:55 -08:00
Passes.cpp Initial TorchOnnxToTorch conversion pipeline. (#2585) 2023-11-21 21:02:55 -08:00
Patterns.cpp Initial TorchOnnxToTorch conversion pipeline. (#2585) 2023-11-21 21:02:55 -08:00
TorchOnnxToTorch.cpp Initial TorchOnnxToTorch conversion pipeline. (#2585) 2023-11-21 21:02:55 -08:00
Utils.cpp Support onnx.GRU and onnx.RNN (#3447) 2024-07-10 14:04:17 -04:00