torch-mlir/lib/Conversion/TorchOnnxToTorch
Rob Suderman b48e55c2f7
[onnx] Handle negative indices for `onnx.GatherElements` (#3599)
Add a check for negative indices and offset appropriately for
`onnx.GatherElements`.
2024-08-06 18:54:01 -07:00
..
CMakeLists.txt Support onnx.GRU and onnx.RNN (#3447) 2024-07-10 14:04:17 -04:00
DefaultDomainAtoF.cpp [onnx] Fix default `alpha` for `onnx.Elu` (#3583) 2024-08-02 09:29:17 -07:00
DefaultDomainGtoP.cpp [onnx] Handle negative indices for `onnx.GatherElements` (#3599) 2024-08-06 18:54:01 -07:00
DefaultDomainQtoZ.cpp [onnx] Fix `onnx.Shape` to include `start` and `end` processing (#3580) 2024-08-05 13:56:07 -07:00
OnnxRecurrentLayerOpExpanders.cpp Support onnx.GRU and onnx.RNN (#3447) 2024-07-10 14:04:17 -04: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