torch-mlir/lib/Conversion/TorchOnnxToTorch
Rob Suderman 880e64bbbb
[onnx] `onnx.Split` may not have `num_outputs` which can be inferred (#3608)
The attribute does not exist in all variants of the operation. It can be
inferred from the number of results so we should just do that.
2024-08-08 16:17:38 -07:00
..
CMakeLists.txt Support onnx.GRU and onnx.RNN (#3447) 2024-07-10 14:04:17 -04:00
DefaultDomainAtoF.cpp [onnx] `onnx.CenterCropPad` used an incorrect type for toScalar (#3605) 2024-08-07 20:33:33 -07:00
DefaultDomainGtoP.cpp [ONNX] fix padding for `onnx.MaxPool` (#3611) 2024-08-07 20:34:00 -07:00
DefaultDomainQtoZ.cpp [onnx] `onnx.Split` may not have `num_outputs` which can be inferred (#3608) 2024-08-08 16:17:38 -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