torch-mlir/test/Conversion/TorchOnnxToTorch
giacs-epic 99848265c3
[onnx] Relax constraints on input tensors in `onnx.STFT` conversion to torch dialect (#3676)
- When the signal tensor is real, onnx allows its shape to be
`[batch][length]` as well as `[batch][length][1]`.
- Onnx also allows to specify `frame_length` together with `window` (not
empty), given that it matches the window size.
- Adding checks on signal and result shapes.
2024-09-23 12:09:29 +05:30
..
ops Support onnx.If (#2825) 2024-04-30 18:36:40 +00:00
simple_ops_a_to_f.mlir [ONNX] Fix issue with absent value in onnx.ConstantOfShape (#3713) 2024-09-17 16:01:01 -05:00
simple_ops_g_to_p.mlir Fix onnx.Gather lowering with dynamic shapes (#3675) 2024-08-29 17:02:16 -07:00
simple_ops_q_to_z.mlir [onnx] Relax constraints on input tensors in `onnx.STFT` conversion to torch dialect (#3676) 2024-09-23 12:09:29 +05:30
unsupported_fb_opt_ops.mlir Add attributes support for onnx cumsum op (#3241) 2024-05-11 02:09:01 +08:00