The text was updated successfully, but these errors were encountered:
cpuhrsch
added
module: onnx
Related to torch.onnx
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
labels
Jul 8, 2022
Justin, you listed istft here, but I can't find istft in ONNX's list of operators. Is the idea to implement istft in terms of the available onnx operators?
Edit: This PR also lists ISTFT in its description, but there's no mention of ISTFT in the code changes. Now I'm confused. Does ONNX opset 17 support ISTFT or not?
Hi @iver56, I can confirm that ISTFT is not in opset 17. However onnx is open to including it as a new op (please feel free to open an issue in the onnx/onnx repo if not already existed). We plan to support exporting istft from pytorch in spite of the missing ISTFI op.
If I may add, even though ISTFT is not available, both forward and inverse operations for DFT are supported by ONNX. Reference This should help users implement ISTFT on their own.
Would it be possible to include support for FFT as well ?
Tracking issue on the onnx opset 17 support.
Closes #80834
The text was updated successfully, but these errors were encountered: